aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
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 /bootstrap.css
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 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 0166a3201..39add8696 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Wed Jan 25 11:21:22 PST 2012
+ * Date: Wed Jan 25 11:24:56 PST 2012
*/
article,
aside,
@@ -497,7 +497,7 @@ input,
textarea,
select,
.uneditable-input {
- display: block;
+ display: inline-block;
width: 210px;
height: 18px;
padding: 4px;