diff options
| author | Mark Otto <[email protected]> | 2012-10-01 00:19:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 00:19:29 -0700 |
| commit | 8da78223ffe7922f46167e7429c40339e7bc53d2 (patch) | |
| tree | e5a9b4e61a3ab7a08fa0c0568a1ec9521c2b1254 /less/buttons.less | |
| parent | 56935c64c088c7ea2db16fd78f4ad717dba825fc (diff) | |
| download | bootstrap-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.less | 2 |
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; |
