Commit:    568f83f0fb5a4248ba52dcf528c982c706959040
Author:    Paul Dragoonis <[email protected]>         Fri, 21 Jun 2013 
21:28:01 +0100
Parents:   e52177cee1edfdcda7cd27804c4a7e6bce43acc3
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=568f83f0fb5a4248ba52dcf528c982c706959040

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

Reply via email to