aboutsummaryrefslogtreecommitdiff
path: root/less/input-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 16:15:43 -0700
committerMark Otto <[email protected]>2013-08-05 16:15:43 -0700
commitab090a29fb84a7127c8aeb9ab7916a10049a1e8a (patch)
tree21aa62e723b8cb33a4e2ed7a6ce465d9170673dc /less/input-groups.less
parent98df9495cc92bd710a6d55c4d535da7aaf730031 (diff)
parent2354cd1ae8ae3e82aa17947a08633c49da3658ee (diff)
downloadbootstrap-ab090a29fb84a7127c8aeb9ab7916a10049a1e8a.tar.xz
bootstrap-ab090a29fb84a7127c8aeb9ab7916a10049a1e8a.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/input-groups.less')
-rw-r--r--less/input-groups.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index 5e1ecae7f..56c6cb62c 100644
--- a/less/input-groups.less
+++ b/less/input-groups.less
@@ -47,7 +47,7 @@
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
font-weight: normal;
- line-height: @line-height-base;
+ line-height: 1;
text-align: center;
background-color: @gray-lighter;
border: 1px solid @input-group-addon-border-color;
@@ -58,13 +58,11 @@
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
border-radius: @border-radius-small;
- line-height: @line-height-small;
}
&.input-lg {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
border-radius: @border-radius-large;
- line-height: @line-height-large;
}
// Nuke default margins from checkboxes and radios to vertically center within.