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

Mario Gallegos mgallegos at ourproject.org
Wed May 9 17:37:58 CEST 2012


Author: mgallegos
Date: 2012-05-09 17:37:57 +0200 (Wed, 09 May 2012)
New Revision: 327

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:32:44 UTC (rev 326)
+++ trunk/wp-theme/mc2-form.php	2012-05-09 15:37:57 UTC (rev 327)
@@ -4,31 +4,21 @@
 </div>
 <div class="mc-form-info">
 	<div><?php _e("Move Commons allows your collective/initiative:", "mc"); ?></div>
-	<table>
-		<tr>
-			<td><?php _e("To help others to understand your work and approach", "mc"); ?></td>
-			<td><?php _e("To find your work easier", "mc"); ?></td>
-		</tr>
-		<tr>
-			<td><?php _e("To find other collectives with common interests", "mc"); ?></td>
-			<td><?php _e("To attract volunteers to your collective", "mc");?></td>
-		</tr>
-	</table>
-	<!-- 
-	<div style="float: left;">
+	<div style="width: 50%;">	
+	<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;margin-left: 4px;">
+	<div style="float: left;width: 45%;margin-left: 4px;">
 		<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>
-	 -->
-	<div><?php _e("Choose your MC logo here, clicking in the appropriate boxes...", "mc"); ?></div>
+	</div>
+	<div style="float: left;"><?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