diff options
| author | Mark Otto <[email protected]> | 2012-12-10 10:59:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-10 10:59:57 -0800 |
| commit | cddca18f122887b183aa3a8e601c5cd1aa80c206 (patch) | |
| tree | 2a53cb5411318de5d91dfb5bc20d1ceeaebe67ec /docs/assets | |
| parent | 9d985978a3a5b341911d23c3b7fcf83178ef8e34 (diff) | |
| download | bootstrap-cddca18f122887b183aa3a8e601c5cd1aa80c206.tar.xz bootstrap-cddca18f122887b183aa3a8e601c5cd1aa80c206.zip | |
Fixes #6174: Caret alignment in small and mini buttons
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 53f3a8cb1..842eb4c30 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3744,8 +3744,6 @@ input[type="submit"].btn.btn-mini { margin-left: 0; } -.btn-mini .caret, -.btn-small .caret, .btn-large .caret { margin-top: 6px; } @@ -3756,6 +3754,11 @@ input[type="submit"].btn.btn-mini { border-left-width: 5px; } +.btn-mini .caret, +.btn-small .caret { + margin-top: 8px; +} + .dropup .btn-large .caret { border-bottom-width: 5px; } |
