Commit: 00ead8e4ccfa050e3abce2e91666b1d3e57dc94f Author: Hannes Magnusson <[email protected]> Sat, 1 Jan 2011 18:24:20 +0000 Parents: 3a83f776afffdefb344e72465b2107ae3a218138 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=00ead8e4ccfa050e3abce2e91666b1d3e57dc94f Log: Color even row (the first row being colored just looks weird) Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 784c670..1052b83 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -136,7 +136,7 @@ aside#quicktoc { padding: 2px 5px; } -.docs .doctable tbody tr:nth-child(odd) { +.docs .doctable tbody tr:nth-child(even) { background-color: #EFEFEF; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
