[Movecommons-commits] r169 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Sun Mar 11 15:39:46 CET 2012


Author: mgallegos
Date: 2012-03-11 15:39:45 +0100 (Sun, 11 Mar 2012)
New Revision: 169

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-11 14:36:08 UTC (rev 168)
+++ trunk/wp-theme/mc2-form.php	2012-03-11 14:39:45 UTC (rev 169)
@@ -38,10 +38,10 @@
 	  <div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
 	    <label id="mc-optional-title"><?php _e("Choose your ...", "mc"); ?></label>	    
 	    <div id="format" style="margin-top: 2em;">	    	
-			<input type="checkbox" id="check1" /><label for="check1">Non-Profit</label>
-			<input type="checkbox" id="check2" /><label for="check2">Reproducible</label>
-			<input type="checkbox" id="check3" /><label for="check3">Grassroots</label>
-			<input type="checkbox" id="check4" /><label for="check4">Reinforcing the Commons</label>		 
+			<input type="checkbox" id="check1" /><label for="check1" style="color:color: #E3E3E3;">Non-Profit</label>
+			<input type="checkbox" id="check2" /><label for="check2" style="color:color: #E3E3E3;">Reproducible</label>
+			<input type="checkbox" id="check3" /><label for="check3" style="color:color: #E3E3E3;">Grassroots</label>
+			<input type="checkbox" id="check4" /><label for="check4" style="color:color: #E3E3E3;">Reinforcing the Commons</label>		 
 		</div>
 	  </div>
   </div>    




More information about the Movecommons-commits mailing list