Skip to content

Instantly share code, notes, and snippets.

@ccfiel
Created June 21, 2013 15:09
Show Gist options
  • Save ccfiel/5831851 to your computer and use it in GitHub Desktop.
Save ccfiel/5831851 to your computer and use it in GitHub Desktop.
sample of prepend bootstrap
<div class="control-group">
<label class="control-label" for="inputIcon">Email address</label>
<div class="controls">
<div class="input-prepend">
<span class="add-on"><i class="icon-envelope"></i></span>
<input class="span2" id="inputIcon" type="text">
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment