aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-27 00:51:31 -0700
committerMark Otto <[email protected]>2015-04-27 00:51:31 -0700
commit847b7bc71efa85769a0883559b756e3ef5030d73 (patch)
tree50a9e16bd5ea4fd1af52588ed8f1c51ebe47c377 /docs/components
parentaee20f7ffc6121d20d870bf67c7111c728282063 (diff)
downloadbootstrap-847b7bc71efa85769a0883559b756e3ef5030d73.tar.xz
bootstrap-847b7bc71efa85769a0883559b756e3ef5030d73.zip
fix up file example
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/forms.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index bf72dbd3c..eeec71355 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -47,8 +47,8 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a
</fieldset>
<fieldset class="form-group">
<label for="exampleInputFile">File input</label>
- <input type="file" id="exampleInputFile">
- <p class="help-block">Example block-level help text here.</p>
+ <input type="file" class="form-control-file" id="exampleInputFile">
+ <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>
<div class="radio">
<label>