Commit: 849c661f485d3ff3a0be2a53ff643d9d13497e2b Author: Adam Oxley <[email protected]> Thu, 21 Nov 2013 02:00:25 +0000 Parents: 06a528832635f2deeb7915c398b79693b688a645 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=849c661f485d3ff3a0be2a53ff643d9d13497e2b Log: Fixed various CSS margin and padding issues Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 419ba5d..e77ddf1 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -677,6 +677,7 @@ textarea { .navbar .nav > li > a { float: none; padding: .75em; + padding-left: 0; color: #777777; text-decoration: none; text-shadow: 0 1px 0 #ffffff; @@ -1043,6 +1044,7 @@ textarea { } .container { width: auto; + padding: 0px 10px 0px 10px; } .row-fluid { width: 100%; @@ -1114,6 +1116,9 @@ textarea { .modal.fade.in { top: 20px; } + #intro .download-php { + margin: 0; + } } @media (max-width: 480px) { .nav-collapse { @@ -1165,6 +1170,9 @@ textarea { .carousel-caption { position: static; } + #intro .download-php { + margin: 0; + } } @media (min-width: 768px) and (max-width: 979px) { .row { @@ -3228,6 +3236,7 @@ div.soft-deprecation-notice blockquote.sidebar { float:left; clear: both; margin-top: 0; + padding: 0px 10px 10px 10px; } .navbar .nav { margin-right: 0; @@ -3267,6 +3276,7 @@ div.soft-deprecation-notice blockquote.sidebar { .navbar-search { margin-top: 0; + padding: 0px 10px 10px 10px; } .navbar .brand img { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
