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

Mario Gallegos mgallegos at ourproject.org
Wed May 9 20:39:45 CEST 2012


Author: mgallegos
Date: 2012-05-09 20:39:44 +0200 (Wed, 09 May 2012)
New Revision: 329

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:40:54 UTC (rev 328)
+++ trunk/wp-theme/mc2-form.php	2012-05-09 18:39:44 UTC (rev 329)
@@ -7,14 +7,14 @@
 	<div style="width: 100%;">	
 	<div style="float: left;width: 40%">
 		<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>
+			<li style="text-align: left;"><?php _e("To help others to understand your work and approach", "mc"); ?></li>
+			<li style="text-align: left;"><?php _e("To find your work easier", "mc"); ?></li>
 		</ul>
 	</div>
 	<div style="float: left;width: 40%;margin-left: 8px;">
 		<ul>
-			<li><?php _e("To find other collectives with common interests", "mc"); ?></li>
-			<li><?php _e("To attract volunteers to your collective", "mc"); ?></li>
+			<li style="text-align: left;"><?php _e("To find other collectives with common interests", "mc"); ?></li>
+			<li style="text-align: left;"><?php _e("To attract volunteers to your collective", "mc"); ?></li>
 		</ul>
 	</div>
 	</div>




More information about the Movecommons-commits mailing list