[Movecommons-commits] r170 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Sun Mar 11 15:41:27 CET 2012
Author: mgallegos
Date: 2012-03-11 15:41:27 +0100 (Sun, 11 Mar 2012)
New Revision: 170
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:39:45 UTC (rev 169)
+++ trunk/wp-theme/mc2-form.php 2012-03-11 14:41:27 UTC (rev 170)
@@ -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" 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>
+ <input type="checkbox" id="check1" /><label for="check1" style="color: #E3E3E3;">Non-Profit</label>
+ <input type="checkbox" id="check2" /><label for="check2" style="color: #E3E3E3;">Reproducible</label>
+ <input type="checkbox" id="check3" /><label for="check3" style="color: #E3E3E3;">Grassroots</label>
+ <input type="checkbox" id="check4" /><label for="check4" style="color: #E3E3E3;">Reinforcing the Commons</label>
</div>
</div>
</div>
More information about the Movecommons-commits
mailing list