diff options
| author | Mark Otto <[email protected]> | 2013-05-13 00:09:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-13 00:09:35 -0700 |
| commit | 37898d5e19e5e550f43c0cf28f9100ebfa48d22f (patch) | |
| tree | f4a6eafd065264340b4373c3372ffec26f932586 /docs/css.html | |
| parent | 2c6e854eea823495d342a38e26863abf60ac32ec (diff) | |
| parent | e9f42ecfda63d11925c6c3b71edbe219bf79a766 (diff) | |
| download | bootstrap-37898d5e19e5e550f43c0cf28f9100ebfa48d22f.tar.xz bootstrap-37898d5e19e5e550f43c0cf28f9100ebfa48d22f.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index a3eda473b..520a252af 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1273,10 +1273,10 @@ For example, <code><section></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> |
