Commit: 36b776453e11db6654a6bf5e1a25021e8e6c6d87 Author: Webysther Nunes <[email protected]> Thu, 2 Jun 2016 19:54:21 -0300 Parents: a1c6585555ce91bbd0b46b741b9a6e6bfa7898d5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=36b776453e11db6654a6bf5e1a25021e8e6c6d87 Log: Remove whitespace Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 70a1cba..1b0e9c5 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -8,7 +8,7 @@ * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ - + .clearfix { *zoom: 1; } @@ -288,7 +288,7 @@ code, pre.info, .docs .classsynopsis, .docs .classsynopsis code { - font: normal 0.875rem/1.5rem "Fira Mono", "Source Code Pro", monospace; + font: normal 0.875rem/1.5rem "Fira Mono", "Source Code Pro", monospace; word-wrap: break-word; } p code, @@ -1008,7 +1008,7 @@ fieldset { } .tt-dropdown-menu { - background: none repeat scroll 0 0 #E2E4EF; + 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; @@ -1417,7 +1417,7 @@ ul.chunklist_children { .docs .layout-menu ul.parent-menu-list > li { margin-top:0; margin-bottom:0; - + } .docs .layout-menu ul.parent-menu-list > li > a { border:0; @@ -1585,7 +1585,7 @@ div.soft-deprecation-notice blockquote.sidebar { #breadcrumbs-inner, #goto div, #trick div, - #layout, + #layout, body > footer .footer-content { width:1440px; } @@ -1600,20 +1600,20 @@ div.soft-deprecation-notice blockquote.sidebar { .navbar-fixed-top .container { width:auto; } - + .navbar-search { float:left; clear: both; margin-top: 0; padding: 0px 10px 10px 10px; } - + .navbar .nav { margin-right: 0; } - - #intro .download-php { - margin: 0 !important; + + #intro .download-php { + margin: 0 !important; } #mainmenu-toggle-overlay { @@ -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
