Commit:    6acbbb8406973882ebb73f04e4c9a4fb3b9c6721
Author:    Levi Morrison <[email protected]>         Tue, 6 May 2014 12:30:54 -0600
Parents:   f9a6ca254a1c130ba2cfbeb29521d5f483ad8484
Branches:  master

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

Log:
Breadcrumbs: adjusted height to not be so big when wrapping.

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 35a2099..a979135 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1415,12 +1415,12 @@ div.soft-deprecation-notice blockquote.sidebar {
 }
 
 #breadcrumbs {
-    -moz-box-sizing:border-box;
-    box-sizing:border-box;
-    margin:0 auto;
-    font-size:.875rem;
-    line-height:3rem;
-    display:none;
+  -moz-box-sizing:border-box;
+  box-sizing:border-box;
+  margin:0 auto;
+  padding:.75rem 0;
+  font-size:.875rem;
+  display:none;
 }
 #breadcrumbs ul {
     margin:0;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to