Commit:    6e10069239d67e2aa56413e53de4abae0e0c8745
Author:    Paul Dragoonis <[email protected]>         Fri, 31 Dec 2010 
06:35:07 +0000
Parents:   2ad4214c48dd66eb548fe93699f3ed821ca9899e
Branches:  master

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

Log:
Changes to the .doctable's thead region

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 7d3b3f9..eafae5c 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -23,6 +23,10 @@ aside#quicktoc {
     color: #000;
 }
 
+.docs thead th .parameter {
+    color: #FFFFFF;
+}
+
 .docs .parameter {
     color: #604080;
     font-weight: bold;
@@ -150,8 +154,12 @@ aside#quicktoc {
 .docs .doctable {
     margin: 3px 30px;
 }
+
 .docs .doctable th {
+    background-color: #604080;
+    color: #FFFFFF;
     border-bottom: 1px solid #987db3;
+    text-align: center;
 }
 .docs .doctable td {
     border-right: 1px solid #987db3;


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

Reply via email to