Commit: 3b0e2edd31b2f2f4b247d16e0286753e9809f86c Author: Johannes Schlüter <johan...@schlueters.de> Mon, 6 Jan 2014 16:58:06 +0100 Parents: d96d226f086fe1bb47335616f218d24de23b8aae Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=3b0e2edd31b2f2f4b247d16e0286753e9809f86c Log: Make the QA nav better readable Changed paths: M styles/qa.css Diff: diff --git a/styles/qa.css b/styles/qa.css index 2d2af2d..7b7ebaa 100644 --- a/styles/qa.css +++ b/styles/qa.css @@ -5,6 +5,15 @@ header { footer { border-top: .25em solid #ff9900; } + +nav a { + color: #555555 !important; +} + +nav a:hover { + color: #000000 !important; +} + h1, h2, h3, h4, h5, h6 { border-top-color: #ff9900; border-bottom-color: #ffcc66; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php