Commit:    2f3a0c3c60131a83c23b7a128daa51167e34bf7a
Author:    Paul Dragoonis <[email protected]>         Tue, 25 Jun 2013 
14:46:05 +0100
Parents:   3cc3cf22c74a1c2bec8f0dcc01564068b7b66bf6
Branches:  master

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

Log:
Increasing the page contrast for user contributed notes

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index 77fda84..973fa2a 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -436,7 +436,7 @@ hr {
 
 #usernotes .note .text {
     background-color: #f5f5f5;
-    border-top: 0.25em solid #ddd;
+    border-top: 0.2em solid #669;
     padding: 1.5em .75em;
 }


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

Reply via email to