Commit: f898944363675fb968d8fef8b1b2b8417dc6a6a2 Author: Peter Cowburn <[email protected]> Sun, 8 Jun 2014 18:55:20 +0100 Parents: afc475a6a6ebb3d997807d3df42ce48f6d693469 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=f898944363675fb968d8fef8b1b2b8417dc6a6a2 Log: fix qa header colour Changed paths: M styles/qa.css Diff: diff --git a/styles/qa.css b/styles/qa.css index 093ae76..0fe2059 100644 --- a/styles/qa.css +++ b/styles/qa.css @@ -1,16 +1,16 @@ -body > header { +body header { border-bottom: 0.25em solid #ff9900; background-color: #ffcc66; } -body > header nav a:link, -body > header nav a:visited { +body header nav a:link, +body header nav a:visited { color: #8C5D00; } -body > header nav a:focus, -body > header nav a:hover { +body header nav a:focus, +body header nav a:hover { color:#D18B00; } -body > footer { +body footer { border-top: .25em solid #ff9900; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
