]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix up file example
authorMark Otto <markdotto@gmail.com>
Mon, 27 Apr 2015 07:51:31 +0000 (00:51 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 27 Apr 2015 07:51:31 +0000 (00:51 -0700)
docs/components/forms.md

index bf72dbd3cbab68557184658acf0e3d975df0bc8d..eeec713550de5d9c04183aa56e35b6d7862dedf9 100644 (file)
@@ -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>