aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 18:11:31 -0800
committerMark Otto <[email protected]>2012-01-28 18:11:31 -0800
commit4fa931e403ec3ae2f8f7f690c6c4040365f68ba9 (patch)
treeb1babf3699668256e297aed08d1c3442694d77b9 /docs/base-css.html
parent06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b (diff)
downloadbootstrap-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.html2
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, &lt;code&gt;section&lt;/code&gt; 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>