Created
June 21, 2013 15:09
-
-
Save ccfiel/5831851 to your computer and use it in GitHub Desktop.
sample of prepend bootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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