Commit: f74324cd3c90053377531da01de1e7c5eb346fa3 Author: Paul Dragoonis <[email protected]> Tue, 8 Jan 2013 17:18:57 +0000 Parents: 7b20f6aea42a4d9bfbdad04ecdb32073a177b916 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f74324cd3c90053377531da01de1e7c5eb346fa3 Log: Updating the beta green bar at the top to be nicer and fit in with the theme Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index 513fa9d..66b3606 100644 --- a/styles/home.css +++ b/styles/home.css @@ -121,7 +121,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 } #head-beta-warning { - background: #339900; + background-color: #99C; display: none; position: fixed; top: 0px; @@ -138,8 +138,8 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 } #beta-warning .blurb { - font-size: 1.3em; - line-height: 1.65em; + font-size: 1.1em; + line-height: 1.0em; vertical-align: middle; color: #EEE; display: none; @@ -156,11 +156,11 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 #beta-warning-close { display: block; float: right; - background: #333; + background-color: #333; color: #EEE; font-weight: bold; text-decoration: none; - margin-top: 0.24em; + margin-top: 0; height: 1.2em; line-height: 1.2em; vertical-align: middle; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
