Commit:    1b492a50cedcb93b8ceca4b64af3ad2d0a900feb
Author:    Levi Morrison <[email protected]>         Sun, 15 Dec 2013 16:04:11 -0700
Parents:   be0f25fccdb365cf57be668606bf549224914351
Branches:  master

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

Log:
Increased contrast on user note border.

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index a2936e6..7b833c2 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -227,12 +227,11 @@ div.warning:before {
   color: black;
 }
 #usernotes .note .text {
-  background-color: #f2f2f2;
-  border-top-color: #d9d9d9;
-  border-bottom-color: #d9d9d9;
+  background-color: #F2F2F2;
+  border-color: #CCC;
   box-shadow:
-    inset 2px 0 2px -2px #d9d9d9,
-    inset -2px 0 2px -2px #d9d9d9;
+    inset 2px 0 2px -2px #CCC,
+    inset -2px 0 2px -2px #CCC;
 }
 #usernotes .note .votes .tally {
   color: #262626;


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

Reply via email to