diff options
| author | Mark Otto <[email protected]> | 2013-04-20 12:29:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-20 12:29:12 -0700 |
| commit | 04d782efabb8648bdd67c2d0d164518c01d2603e (patch) | |
| tree | fac74e9aec2d81e3268fd86452439ef3e89d4e30 /docs | |
| parent | 70f8d77012bea29b9544a14458450adb8fbd0a2c (diff) | |
| download | bootstrap-04d782efabb8648bdd67c2d0d164518c01d2603e.tar.xz bootstrap-04d782efabb8648bdd67c2d0d164518c01d2603e.zip | |
correct grid class in example code
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html index bb2aa68f3..dcb379bf0 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2679,7 +2679,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="controls"> <div class="input-group"> <span class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></span> - <input class="span2" id="inputIcon" type="text"> + <input class="col-span-2" id="inputIcon" type="text"> </div> </div> </div> @@ -2690,7 +2690,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="controls"> <div class="input-group"> <span class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></span> - <input class="span2" id="inputIcon" type="text"> + <input class="col-span-2" id="inputIcon" type="text"> </div> </div> </div> |
