Commit: f5f1187081396f5113ac1088e2c6c5fcb4c89664 Author: Kalle Sommer Nielsen <[email protected]> Sun, 2 Oct 2016 03:52:52 +0200 Parents: bbfaa73f25c7cd906869aa082724906af2fcf7dd Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=f5f1187081396f5113ac1088e2c6c5fcb4c89664 Log: Update shared to reflect with the latest QA style changes Changed paths: M styles/qa.css Diff: diff --git a/styles/qa.css b/styles/qa.css index f9e75e8..65e660b 100644 --- a/styles/qa.css +++ b/styles/qa.css @@ -33,4 +33,17 @@ h1, h2, h3, h4, h5, h6 { } } +tbody tr:nth-child(odd) { + background-color: #ffcc66; +} +tbody tr:nth-child(even) { + background-color: #FFE4AE; +} +tbody tr:nth-child(4n+1) { + background-color: #ff9900; +} +tbody td a { + color: #000000 !important; +} + /* vim: set expandtab shiftwidth=2 softtabstop=2 tabstop=2 fdm=marker : */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
