diff options
| author | Mark Otto <[email protected]> | 2012-01-28 18:11:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 18:11:31 -0800 |
| commit | 4fa931e403ec3ae2f8f7f690c6c4040365f68ba9 (patch) | |
| tree | b1babf3699668256e297aed08d1c3442694d77b9 /docs/base-css.html | |
| parent | 06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b (diff) | |
| download | bootstrap-4fa931e403ec3ae2f8f7f690c6c4040365f68ba9.tar.xz bootstrap-4fa931e403ec3ae2f8f7f690c6c4040365f68ba9.zip | |
fix the navbar click and a few jank responsive problems
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index c68391261..4651e9789 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1497,7 +1497,7 @@ For example, <code>section</code> should be wrapped as inline. <div class="controls"> <div class="input-prepend"> <span class="add-on"><i class="icon envelope"></i></span> - <input class="span32" id="iconInput" size="16" type="text"> + <input class="span2" id="iconInput" type="text"> </div> </div> </div> |
