[Movecommons-commits] r395 - in trunk: src wp-theme
Mario Gallegos
mgallegos at ourproject.org
Sun May 20 02:44:46 CEST 2012
Author: mgallegos
Date: 2012-05-20 02:44:45 +0200 (Sun, 20 May 2012)
New Revision: 395
Modified:
trunk/src/mc-dia-form2.css
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/src/mc-dia-form2.css
===================================================================
--- trunk/src/mc-dia-form2.css 2012-05-20 00:41:26 UTC (rev 394)
+++ trunk/src/mc-dia-form2.css 2012-05-20 00:44:45 UTC (rev 395)
@@ -1,18 +1,17 @@
/* CSS Reset (Eric Meyer)*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
-/*
+
@font-face {
font-family: 'Cantarell';
src: url(/mc/0.1/fonts/Cantarell-Regular.eot);
src: local('Cantarell'), url('../fonts/Cantarell-Regular.ttf') format('truetype');
}
-*/
body {
background-color: #f9f9f9;
color: #222;
- /*font-family: Cantarell, Verdana, sans-serif;*/
+ font-family: Cantarell, Verdana, sans-serif;
font-size: 12px;
}
@@ -34,7 +33,7 @@
#containerSlides #first_step, #second_step, #third_step, #fourth_step { display: none; }
#containerSlides #first_step { display: block; width: 754px;padding: 50px 0;position: relative;}
- #containerSlides .form { margin: 66px 72px 0 72px; }
+ #containerSlides .form { margin: 20px 72px 0 72px; }
#containerSlides h1, #containerSlides h2 {
font-size: Cantarell, Verdana, sans-serif;
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-05-20 00:41:26 UTC (rev 394)
+++ trunk/wp-theme/mc2-form.php 2012-05-20 00:44:45 UTC (rev 395)
@@ -33,7 +33,7 @@
<div id="containerSlides">
<form action="#" method="post">
<div id="first_step"> <!-- First slide -->
- <h1>FRAME YOUR <span>INITIATIVE</span> OR <span>COLLECTIVE</span></h1>
+ <h1>FRAME YOUR INITIATIVE OR COLLECTIVE</h1>
<div class="form">
<input type="text" name="ininame" value="Name of your initiative" id="ininame"/>
<label for="ininame"><span class="required-field">*</span><?php _e("Name of your initiative or collective", "mc"); ?></label>
More information about the Movecommons-commits
mailing list