Commit:    d8a69e0921cdae7f999e5c1b8fc5db280c977a61
Author:    Paul Dragoonis <[email protected]>         Tue, 25 Jun 2013 
15:22:46 +0100
Parents:   4e8993bee7a9f62bbcc34d701d592a215e0ad9b9
Branches:  master

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

Log:
Improving readability of the table headings on docs pages

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 939cb50..00a6d14 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -271,8 +271,9 @@ aside#quicktoc {
 }
 
 .docs .doctable th {
-    background-color: #FCFCFC;
+    background-color: #99C;
     text-align: center;
+    color: #333;
     border-bottom: 1px solid #CCCCCC;
 }
 .docs .doctable td, .docs .doctable th {


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

Reply via email to