Commit: 96ea809b281816d2361b5710a35171bf59468657 Author: Paul Dragoonis <[email protected]> Thu, 4 Jul 2013 13:02:53 +0100 Parents: ac361cf3fdf434406a023078c1c787242ed545df Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=96ea809b281816d2361b5710a35171bf59468657 Log: Uncomenting a CSS style for the beta bar Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index 7c52eb5..b246bd5 100644 --- a/styles/home.css +++ b/styles/home.css @@ -155,7 +155,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 #head-beta-warning { background-color: #99C; - /*display: none;*/ + display: none; position: fixed; top: 0px; left: 0px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
