aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-30 12:52:44 -0700
committerMark Otto <[email protected]>2012-07-30 12:52:44 -0700
commitb2ebd5c46ca538142c5cd4164328c56053b5c79d (patch)
tree8281ab10e54759ebf419618d9dae82cf4c6c2dcd /less/buttons.less
parent7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784 (diff)
downloadbootstrap-b2ebd5c46ca538142c5cd4164328c56053b5c79d.tar.xz
bootstrap-b2ebd5c46ca538142c5cd4164328c56053b5c79d.zip
update button styles to use updated 14px base font size, align carets to others with no opacity changes
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 7184811b5..eb0290d8e 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -12,9 +12,9 @@
.ie7-inline-block();
padding: 4px 14px;
margin-bottom: 0; // For input.btn
- font-size: 13px;
- line-height: 20px;
- *line-height: 20px;
+ font-size: @baseFontSize;
+ line-height: @baseLineHeight;
+ *line-height: @baseLineHeight;
text-align: center;
vertical-align: middle;
cursor: pointer;
@@ -95,7 +95,7 @@
// Mini
.btn-mini {
padding: 2px 6px;
- font-size: @baseFontSize - 2px;
+ font-size: @baseFontSize - 3px;
line-height: @baseLineHeight - 4px;
}