aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:26:45 -0800
committerMark Otto <[email protected]>2012-01-25 11:26:45 -0800
commitb8511568637dfa4decb3f0475436a3dfa637a57d (patch)
tree27762cd0b295e77cfe90d583e155c51f735f0ebd /docs/base-css.html
parentd3c5dd4e6acc421e06ef72680e794cfd9d52a04a (diff)
downloadbootstrap-b8511568637dfa4decb3f0475436a3dfa637a57d.tar.xz
bootstrap-b8511568637dfa4decb3f0475436a3dfa637a57d.zip
change form fields back to inline-block to allow for inline-help text in default form markup
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 1a9c4e15a..057c98b85 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -899,7 +899,7 @@
<div class="span9">
<form class="well">
<label>Label name</label>
- <input type="text" class="span3" placeholder="Type something…">
+ <input type="text" class="span3" placeholder="Type something…"> <span class="help-inline">Associated help text!</span>
<label class="checkbox">
<input type="checkbox"> Check me out
</label>