Commit: 86304da46158f6e42b6543047f6986475beb6701 Author: Dejan Marjanovic <[email protected]> Wed, 20 Nov 2013 23:07:51 +0100 Parents: 237b41f506595b342bf4e8603173bf1c68a45d2b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=86304da46158f6e42b6543047f6986475beb6701 Log: Fix FF 1px nav space and IE logo border Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index eeb8a68..614b698 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2108,6 +2108,9 @@ hr { border-top:.25em solid #99c; } +.navbar * { + -moz-box-sizing: border-box; +} .navbar .brand { margin-right:.75em; } @@ -2115,6 +2118,7 @@ hr { padding:4px 0 0; margin-bottom:-2px; opacity:.75; + border: 0; } .navbar a { border:0; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
