aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorRobert Burns <[email protected]>2013-05-12 22:04:01 -0400
committerRobert Burns <[email protected]>2013-05-12 22:04:01 -0400
commit046d82f0ef31520a64709f03b708721ed902a6c4 (patch)
tree44a3a82a521fd24f96ce01148b5a4ed7a931877e /docs/css.html
parent79a426943075e11458acd96aa71490aee76672c7 (diff)
downloadbootstrap-046d82f0ef31520a64709f03b708721ed902a6c4.tar.xz
bootstrap-046d82f0ef31520a64709f03b708721ed902a6c4.zip
Fix invalid input within docs
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>