forked from Squatconf/Website
css classe fix
This commit is contained in:
parent
8bb84d46b0
commit
eb8f9864df
|
@ -11,7 +11,7 @@
|
|||
margin: 10px 5px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
input{width: 100%;}
|
||||
.input{width: 100%;}
|
||||
|
||||
/*mq madness*/
|
||||
.maxW, .dskW,.tblW{display:none;}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<legend>JOIN US</legend>
|
||||
<!-- WARNING: This only works for development system (localhost) -->
|
||||
<label class="text-info">Enter your email..</label>
|
||||
<input type="text" name="email" class='input e'>
|
||||
<input type="text" name="email" class='input'>
|
||||
<span class="help-block">we'll send you info about future events</span>
|
||||
<label class="checkbox text-info">
|
||||
<input type="checkbox" name="paris"> Paris Nov.2014?
|
||||
|
@ -125,11 +125,11 @@
|
|||
|
||||
<p>What you will get out of SquatConf is, in the end literally what you will want put in SquatConf .</p>
|
||||
<ul>
|
||||
<li>Tickets will be on donation, you want a cheap conf give 0, you want provided food ...</li>
|
||||
<li>Tickets will be on donation</li>
|
||||
<li>this won't be a 400 ppl conf for sure, but do you NEED that much ppl ?</li>
|
||||
<li>there are already speakers interested for who you would enjoy spend some bucks :)</li>
|
||||
<li>you have ideas to improve this thing ? they are gladly welcome. </li>
|
||||
</ul>
|
||||
</ul>
|
||||
<h2 id="mhhh-i-want-to-talk-here-">mhhh I want to talk here !!!</h2>
|
||||
<p>Please see <a href="https://github.com/squatconf/talks">here</a> to propose a talk</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue