aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 15:41:16 -0700
committerMark Otto <[email protected]>2013-07-26 15:41:16 -0700
commit68827689e877aca14197a1e889531dcc2130ce18 (patch)
tree3f8e2a6d0a4c5c8193032a0ad08f389511566968 /css.html
parent73427f717d6c946317cec34df5d852321e20e3ca (diff)
downloadbootstrap-68827689e877aca14197a1e889531dcc2130ce18.tar.xz
bootstrap-68827689e877aca14197a1e889531dcc2130ce18.zip
Use `.form-control` in input sizing CSS
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 0401d78d0..0603484f0 100644
--- a/css.html
+++ b/css.html
@@ -1277,7 +1277,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</form>
{% highlight html %}
<form class="form-horizontal">
- <div class="row">
+ <div class="row form-group">
<label for="inputEmail" class="col-lg-2 control-label">Email</label>
<div class="col-lg-10">
<input type="text" class="form-control" id="inputEmail" placeholder="Email">