Commit:    94708b37b4b48de7cece9f1aad215b01ddae1af3
Author:    Levi Morrison <[email protected]>         Fri, 22 Nov 2013 14:49:50 -0700
Parents:   b41cd833ad96703cc1be209149ff9fcf19f0e4f9
Branches:  master

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

Log:
Breadcrumb visual update.

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index 6bce2bb..af31d98 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -191,6 +191,7 @@ div.warning:before {
 /* {{{ Navbar */
 .navbar {
   border-color:#669;
+  box-shadow: 0 .25em .25em  rgba(0,0,0,.1);
 }
 /* }}} */
 
@@ -344,34 +345,14 @@ aside.tips div.border {
 
 /* {{{ Breadcrumbs */
 #breadcrumbs {
-    color: #669;
-    background-color: rgb(153, 153, 204);
-    border-bottom-color: #d9d9d9;
-       font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
-       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-       border-color: rgb(153, 153, 204);
-       box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px 0px;
-       border-top: 0px;
-}
-#breadcrumbs li ul {
-}
-#breadcrumbs .prev a,
-#breadcrumbs .next a,
-#breadcrumbs .breadcrumbs-container li:last-child a {
-    color:#fff;
-       background-color: rgb(102, 102, 153);
-}
-#breadcrumbs a:link,
-#breadcrumbs a:visited {
-  color:#eff;
-}
-#breadcrumbs .prev a,
-#breadcrumbs .next a,
-#breadcrumbs li:last-child a:hover,
-#breadcrumbs li:last-child a:focus,
-#breadcrumbs a:hover,
-#breadcrumbs a:focus {
-  color:#fff;
+    color: #737373;
+    background-color: #eeeef6;
+    border-color: #d4d4e8;
+    border-bottom-color: #cacae3;
+    border-radius:0 0 2px 2px;
+}
+#breadcrumbs li:last-child a {
+    color:#262626;
 }
 /* }}} */


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

Reply via email to