Commit: 9bb6eea8e6f5ba45457024b11db8db81bbd9b3e9 Author: Paul Dragoonis <[email protected]> Tue, 25 Jun 2013 15:22:46 +0100 Parents: 675e03850c1b089e30af1ba14d1763def1750f4f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9bb6eea8e6f5ba45457024b11db8db81bbd9b3e9 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
