Commit:    3b508b909893cf4ecd1b305173895a5dd84b8d71
Author:    Levi Morrison <[email protected]>         Wed, 5 Mar 2014 14:39:13 -0700
Parents:   7a9e8db684dc10c64b82eb882cf4bdafbac7f6e7
Branches:  master

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

Log:
Removed some unused styles; also moved some styles from theme-base to 
theme-medium

Changed paths:
  M  styles/theme-base.css
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index e97ea05..bcd47f4 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -174,8 +174,6 @@ textarea {
   display: block;
   height: 1.5em;
   padding: .75em .75em .75em 1.5em;
-  color: #fff;
-  text-shadow: 0 1px 0 #fff;
 }
 .navbar .brand:hover,
 .navbar .brand:focus {
@@ -214,21 +212,12 @@ textarea {
 .navbar .nav > li > a {
   float: none;
   padding: .75em;
-  text-decoration: none;
-  text-shadow: 0 1px 0 #fff;
 }
 .navbar .nav > li > a:focus,
 .navbar .nav > li > a:hover {
-  background-color: transparent;
   color: #333333;
-  text-decoration: none;
 }
-.navbar .nav > .active > a,
-.navbar .nav > .active > a:hover,
-.navbar .nav > .active > a:focus {
-  color: #555555;
-  text-decoration: none;
-  background-color: #e5e5e5;
+.navbar .nav > .active > a {
   box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
 }
 .navbar .brand,
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index 3fc9367..fb32e42 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -186,6 +186,12 @@ div.warning:before {
   background:#8C8CC5;
   box-shadow: 0 .25em .25em  rgba(0,0,0,.1);
 }
+.navbar .brand {
+  color: #fff;
+}
+.navbar a {
+  text-shadow: 0 1px 0 #fff;
+}
 /* }}} */


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

Reply via email to