aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-12 19:20:55 -0700
committerMark Otto <[email protected]>2013-05-12 19:20:55 -0700
commite9f42ecfda63d11925c6c3b71edbe219bf79a766 (patch)
treeab587604e8ca83008597a8afdbc21c4b5bfe9fe6 /docs/css.html
parent79a426943075e11458acd96aa71490aee76672c7 (diff)
parentd4546cbcc2f3a5cae79a69e4857d52d6e947a833 (diff)
downloadbootstrap-e9f42ecfda63d11925c6c3b71edbe219bf79a766.tar.xz
bootstrap-e9f42ecfda63d11925c6c3b71edbe219bf79a766.zip
Merge pull request #7861 from burnsra/3.0.0-wip
Couple of fixes for docs and examples
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html
index 9684d778c..c84547caa 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1273,10 +1273,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
<form class="bs-example form-inline">
- <input class="col col-lg-3" type="email" placeholder="[email protected]" required>
+ <input type="email" placeholder="[email protected]" required>
</form>
{% highlight html %}
-<input class="col col-lg-3" type="email" placeholder="[email protected]" required>
+<input type="email" placeholder="[email protected]" required>
{% endhighlight %}
<h3 id="forms-disabled-inputs">Disabled inputs</h3>