aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 178c21018..70a065bdb 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -52,7 +52,7 @@ input,
textarea,
select,
.uneditable-input {
- display: block;
+ display: inline-block;
width: 210px;
height: @baseLineHeight;
padding: 4px;