Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Created March 1, 2012 22:57
Show Gist options
  • Save bensmithett/1953829 to your computer and use it in GitHub Desktop.
Save bensmithett/1953829 to your computer and use it in GitHub Desktop.
Form layout
<ol>
<li class="inputgroup">
<label for="someinput">Blah</label>
<div class="inputs">
<input type="text" name="someinput" id="someinput" />
<!-- more inputs + paragraphs, smalls, whatever! -->
</div>
</li>
<!-- etc etc -->
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment