diff options
| author | Mark Otto <[email protected]> | 2013-07-26 15:41:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 15:41:16 -0700 |
| commit | 68827689e877aca14197a1e889531dcc2130ce18 (patch) | |
| tree | 3f8e2a6d0a4c5c8193032a0ad08f389511566968 /css.html | |
| parent | 73427f717d6c946317cec34df5d852321e20e3ca (diff) | |
| download | bootstrap-68827689e877aca14197a1e889531dcc2130ce18.tar.xz bootstrap-68827689e877aca14197a1e889531dcc2130ce18.zip | |
Use `.form-control` in input sizing CSS
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1277,7 +1277,7 @@ For example, <code><section></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"> |
