Commit: a86fc74030106ef40d72f6ee49674a43079005fb Author: Paul Dragoonis <[email protected]> Fri, 21 Jun 2013 21:28:01 +0100 Parents: fc14dad109e6916daa41bd5269d4cfe62347bf8f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a86fc74030106ef40d72f6ee49674a43079005fb Log: [beta site] implementing betasite=1 or betasite=0 parameter. this keeps the banners setting working like the myphpnet_beta setting to give a consistent user experience without the need for beta=0 or beta=1. Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index 66b3606..4e41e0f 100644 --- a/styles/home.css +++ b/styles/home.css @@ -133,7 +133,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 #beta-warning { margin: 0 auto; padding: 0.3em; - width: 960px; + width: 50%; display: none; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
