Commit:    a6f715665f11cfa6a1e109a3f33d5e2de2f977eb
Author:    Dejan Marjanovic <[email protected]>         Fri, 22 Nov 
2013 06:24:46 +0100
Parents:   b83501307dc14e320b3db68b8e924a2485489177
Branches:  master

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

Log:
Remove -moz-box-sizing and define .brand (logo) height

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 3771100..b497cb2 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -525,7 +525,8 @@ textarea {
 .navbar .brand {
   float: left;
   display: block;
-  padding: .5em;
+  height: 1.5em;
+  padding: .75em;
   color: #fff;
   text-shadow: 0 1px 0 #ffffff;
 }
@@ -2113,16 +2114,11 @@ hr {
     border-top:.25em solid #99c;
 }
 
-.navbar * {
-  -moz-box-sizing: border-box;
-}
 .navbar .brand {
     margin-right:.75em;
 }
 .navbar .brand img {
     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