aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-02 17:31:26 -0800
committerMark Otto <[email protected]>2013-02-02 17:31:26 -0800
commit6993fadf7ec217608653ec5c0d4434ad8d8b2eb7 (patch)
treea8b2d2b40537b73295dfdd64d412fcc6dd4d07b8 /less/variables.less
parent04aae2f56cca4438c90232b889fa5a6e1d78d223 (diff)
downloadbootstrap-6993fadf7ec217608653ec5c0d4434ad8d8b2eb7.tar.xz
bootstrap-6993fadf7ec217608653ec5c0d4434ad8d8b2eb7.zip
Simplify input and input group sizing
* Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index d72eee21f..4cdd12404 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -64,9 +64,10 @@
@padding-small: 2px 10px; // 26px
@padding-mini: 0 6px; // 22px
-@padding-large-input: 10px 14px; // 44px
+/*@padding-large-input: 10px 14px; // 44px
// firefox hack since it doesn't accept custom line-height for inputs and automatically sets line-height as font-size + 4 px.
// input-large at 18 + 4 = 22, so I tried to compensate on padding.
+*/
@border-radius-base: 4px;
@border-radius-large: 6px;