Commit: 01ccf0ca3d1a8456c9c0c0c33b436a7b05961dd7 Author: Hannes Magnusson <[email protected]> Wed, 20 Nov 2013 18:23:18 -0800 Parents: d5e4fb8c1bb723b5f01a49aea04ac6844fb30e64 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=01ccf0ca3d1a8456c9c0c0c33b436a7b05961dd7 Log: Revert "Fixed various CSS margin and padding issues" This reverts commit 53e9478c564eb6344197000e3415ef4faf909fda. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index e77ddf1..419ba5d 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -677,7 +677,6 @@ textarea { .navbar .nav > li > a { float: none; padding: .75em; - padding-left: 0; color: #777777; text-decoration: none; text-shadow: 0 1px 0 #ffffff; @@ -1044,7 +1043,6 @@ textarea { } .container { width: auto; - padding: 0px 10px 0px 10px; } .row-fluid { width: 100%; @@ -1116,9 +1114,6 @@ textarea { .modal.fade.in { top: 20px; } - #intro .download-php { - margin: 0; - } } @media (max-width: 480px) { .nav-collapse { @@ -1170,9 +1165,6 @@ textarea { .carousel-caption { position: static; } - #intro .download-php { - margin: 0; - } } @media (min-width: 768px) and (max-width: 979px) { .row { @@ -3236,7 +3228,6 @@ div.soft-deprecation-notice blockquote.sidebar { float:left; clear: both; margin-top: 0; - padding: 0px 10px 10px 10px; } .navbar .nav { margin-right: 0; @@ -3276,7 +3267,6 @@ 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
