Commit: cd2613b5f0687724ac0113dabb8876c9636407d0 Author: Webysther Nunes <[email protected]> Thu, 2 Jun 2016 19:56:45 -0300 Parents: 36b776453e11db6654a6bf5e1a25021e8e6c6d87 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cd2613b5f0687724ac0113dabb8876c9636407d0 Log: Removed whitespace Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 1b0e9c5..cb9f40e 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1007,8 +1007,8 @@ fieldset { z-index: 2 !important; } -.tt-dropdown-menu { - background: none repeat scroll 0 0 #E2E4EF; +.tt-dropdown-menu { + background: none repeat scroll 0 0 #E2E4EF; border-bottom: 1px solid #C4C9DF; border-radius: 0 0 2px 2px; box-shadow: 1px 0 1px -1px #C4C9DF inset, -1px 0 1px -1px #C4C9DF inset, 0 0 1px #4F5B93; @@ -1600,7 +1600,7 @@ div.soft-deprecation-notice blockquote.sidebar { .navbar-fixed-top .container { width:auto; } - + .navbar-search { float:left; clear: both; @@ -1611,7 +1611,7 @@ div.soft-deprecation-notice blockquote.sidebar { .navbar .nav { margin-right: 0; } - + #intro .download-php { margin: 0 !important; } @@ -1653,7 +1653,7 @@ div.soft-deprecation-notice blockquote.sidebar { display: block; margin-left: 12px; } - + .navbar .nav { clear: both; float: none; @@ -1665,14 +1665,14 @@ div.soft-deprecation-notice blockquote.sidebar { -ms-transition: max-height 400ms; transition: max-height 400ms; } - + .navbar .nav > li, .footmenu > li { float: none; display: block; text-align: center; - + } - + .navbar .nav > li a, .footmenu > li > a { width: 100%; display: block; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
