Commit:    bc8a4cf8bce93fcb6f9fd4782d4a698a262b0091
Author:    Levi Morrison <le...@php.net>         Fri, 5 Jul 2013 12:55:07 -0600
Parents:   ee49436cc83d13ebd74c5d762f08b2c3d4d5aeee
Branches:  master

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

Log:
User-contributed comments now have a grey background to distinguish them from 
the main documentation.

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index e87d85e..61dce66 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -427,12 +427,9 @@ hr {
     border-bottom: 0;
 }
 
-#usernotes .note:first-of-type .text {
-    border-color: #ccd;
-}
 #usernotes .note .text {
-    background-color: #eeeef6;
-    border-top: 0.125em solid #669;
+    background-color: #eee;
+    border-top: 0.125em solid #ccc;
     padding: 1.375em .75em 1.5em;
 }


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

Reply via email to