Commit 847b7bc7 authored by Mark Otto's avatar Mark Otto

fix up file example

parent aee20f7f
...@@ -47,8 +47,8 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a ...@@ -47,8 +47,8 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a
</fieldset> </fieldset>
<fieldset class="form-group"> <fieldset class="form-group">
<label for="exampleInputFile">File input</label> <label for="exampleInputFile">File input</label>
<input type="file" id="exampleInputFile"> <input type="file" class="form-control-file" id="exampleInputFile">
<p class="help-block">Example block-level help text here.</p> <p class="help-block">This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.</p>
</fieldset> </fieldset>
<div class="radio"> <div class="radio">
<label> <label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment