Commit:    dafa4343d2aaace71787d6788f7fafb64dbd5045
Author:    Adam Harvey <[email protected]>         Wed, 20 Nov 2013 17:30:27 -0800
Parents:   eabe0cd1589ee1d1d1a731711fcbba5b8f30e5c8
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=dafa4343d2aaace71787d6788f7fafb64dbd5045

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

Reply via email to