aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-01 00:19:29 -0700
committerMark Otto <[email protected]>2012-10-01 00:19:29 -0700
commit8da78223ffe7922f46167e7429c40339e7bc53d2 (patch)
treee5a9b4e61a3ab7a08fa0c0568a1ec9521c2b1254 /less/buttons.less
parent56935c64c088c7ea2db16fd78f4ad717dba825fc (diff)
downloadbootstrap-8da78223ffe7922f46167e7429c40339e7bc53d2.tar.xz
bootstrap-8da78223ffe7922f46167e7429c40339e7bc53d2.zip
reset input and button heights with updated padding
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 15e69337f..9974d8402 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -9,7 +9,7 @@
// Core
.btn {
display: inline-block;
- padding: 4px 12px;
+ padding: 6px 12px;
margin-bottom: 0; // For input.btn
font-size: @baseFontSize;
line-height: @baseLineHeight;