Commit:    e5a2500c17ec7f2f83651866678965a89b9cb5a8
Author:    Paul Dragoonis <[email protected]>         Fri, 31 Dec 2010 
06:54:40 +0000
Parents:   6e10069239d67e2aa56413e53de4abae0e0c8745
Branches:  master

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

Log:
Changes to the .doctable's thead region: Lightening things up a bit, making 
<th> text more readable

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index eafae5c..9cb4bc7 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -23,10 +23,6 @@ aside#quicktoc {
     color: #000;
 }
 
-.docs thead th .parameter {
-    color: #FFFFFF;
-}
-
 .docs .parameter {
     color: #604080;
     font-weight: bold;
@@ -156,8 +152,7 @@ aside#quicktoc {
 }
 
 .docs .doctable th {
-    background-color: #604080;
-    color: #FFFFFF;
+    background-color: #C3ADD9;
     border-bottom: 1px solid #987db3;
     text-align: center;
 }


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

Reply via email to