aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-26 10:00:09 -0800
committerMark Otto <[email protected]>2012-01-26 10:00:09 -0800
commit0ef4b6419fd83170dd62049a2850c5e8466635c9 (patch)
tree23e649cbd61892a8755a4e9af2c7f790d9fd7fa3 /lib/forms.less
parent106625a2ece84fd5e1e68144411c8d00db05c23f (diff)
downloadbootstrap-0ef4b6419fd83170dd62049a2850c5e8466635c9.tar.xz
bootstrap-0ef4b6419fd83170dd62049a2850c5e8466635c9.zip
overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 3acb8c5dc..744649f90 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -133,10 +133,16 @@ input[type=image] {
.box-shadow(none);
}
+// Make textarea height behave
textarea {
height: auto;
}
+// Hidden inputs
+input[type=hidden] {
+ display: none;
+}
+
// CHECKBOXES & RADIOS