Commit: 175429cb4f01c28863b562263bc6b7d57ebd2401 Author: Hannes Magnusson <[email protected]> Sun, 29 Dec 2013 23:28:36 -0800 Parents: eef7cf9acb8f8cf640bc81641ed40af290271f9a Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=175429cb4f01c28863b562263bc6b7d57ebd2401 Log: Fix the header border color Changed paths: M styles/qa.css Diff: diff --git a/styles/qa.css b/styles/qa.css index 666e30c..2d2af2d 100644 --- a/styles/qa.css +++ b/styles/qa.css @@ -9,6 +9,9 @@ h1, h2, h3, h4, h5, h6 { border-top-color: #ff9900; border-bottom-color: #ffcc66; } +.mainscreen { + border-color: #ffcc66; +} @media (max-width:640px) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
