Commit: 06a528832635f2deeb7915c398b79693b688a645 Author: Adam Harvey <[email protected]> Wed, 20 Nov 2013 17:30:27 -0800 Parents: 1b641bcd9480b849449a44d5c0fea11d57490a75 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=06a528832635f2deeb7915c398b79693b688a645 Log: Fix logo display after a box-sizing change. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 61076dc..419ba5d 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2118,7 +2118,8 @@ hr { margin-right:.75em; } .navbar .brand img { - padding:4px 0 0; + padding:0; + margin-top: 4px; margin-bottom:-2px; opacity:.75; border: 0; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
