Commit: fe23677d5c8628da13f584a29c9133a893c62237 Author: Hannes Magnusson <[email protected]> Wed, 18 Dec 2013 16:17:48 -0800 Parents: 4035a56002878b8f40bcccb0341388fe7442d277 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=fe23677d5c8628da13f584a29c9133a893c62237 Log: Use current protocol to fetch the image.. & orange background for QA Changed paths: M styles/defaults.css M styles/qa.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 3205682..5b4f0cc 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -170,7 +170,7 @@ section.mainscreen { @media (max-width:640px) { #mainmenu-toggle-overlay { - background: #669 url(http://php.net/images/mobile-menu.png) no-repeat center center; + background: #669 url(//php.net/images/mobile-menu.png) no-repeat center center; float: right; display: block; height: 32px; @@ -186,7 +186,7 @@ section.mainscreen { margin-top: 10px; margin-right: -34px; float: right; - border-bottom: 0 none; + border-bottom: 0; display: inline-block; opacity: 0; } diff --git a/styles/qa.css b/styles/qa.css index 3df17b5..666e30c 100644 --- a/styles/qa.css +++ b/styles/qa.css @@ -6,7 +6,15 @@ footer { border-top: .25em solid #ff9900; } h1, h2, h3, h4, h5, h6 { - border-top-color: #ff9900; - border-bottom-color: #ffcc66; + border-top-color: #ff9900; + border-bottom-color: #ffcc66; } +@media (max-width:640px) { + + #mainmenu-toggle-overlay { + background-color: #ff9900 ; + } +} + +/* 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
