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

Mario Gallegos mgallegos at ourproject.org
Wed May 9 17:20:59 CEST 2012


Author: mgallegos
Date: 2012-05-09 17:20:58 +0200 (Wed, 09 May 2012)
New Revision: 322

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-05-09 15:15:06 UTC (rev 321)
+++ trunk/wp-theme/mc2-form.php	2012-05-09 15:20:58 UTC (rev 322)
@@ -4,19 +4,19 @@
 </div>
 <div class="mc-form-info">
 	<div><?php _e("Move Commons allows your collective/initiative:", "mc"); ?></div>
-	<div style="float: left;">
+	<div style="float: left;width: 45%;">
 		<ul>
 			<li><?php _e("To help others to understand your work and approach", "mc"); ?></li>
 			<li><?php _e("To find your work easier", "mc"); ?></li>
 		</ul>
 	</div>
-	<div style="float: left;">
+	<div style="float: left;margin-left: 4px;width: 45%;">
 		<ul>
 			<li><?php _e("To find other collectives with common interests", "mc"); ?></li>
 			<li><?php _e("To attract volunteers to your collective", "mc"); ?></li>
 		</ul>
 	</div>
-	<?php _e("Choose your MC logo here, clicking in the appropriate boxes...", "mc"); ?>
+	<div><?php _e("Choose your MC logo here, clicking in the appropriate boxes...", "mc"); ?></div>
 </div>	
 </div>
 <div class="mc-clean"></div>




More information about the Movecommons-commits mailing list