Commit: 4e744e64402d9dfe4aae1913416838e822fb0281 Author: Dejan Marjanovic <[email protected]> Wed, 20 Nov 2013 23:07:51 +0100 Parents: 10ca6290c312699e9c96a604fac9cea732944427 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4e744e64402d9dfe4aae1913416838e822fb0281 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
