diff options
| author | Chris Rebert <[email protected]> | 2013-12-03 18:03:04 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-03 18:03:04 -0800 |
| commit | 4a45650026a16d372feb1f150899e883d410a35e (patch) | |
| tree | a40ef2d693bd375cfb18fa5839361489f6102160 /dist/css/bootstrap.css | |
| parent | bac153127c4fc9a8f7d511b1424f73f089b1cbb6 (diff) | |
| download | bootstrap-4a45650026a16d372feb1f150899e883d410a35e.tar.xz bootstrap-4a45650026a16d372feb1f150899e883d410a35e.zip | |
fix .btn-group-xs portion of #10979
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8cb15b71f..2c0a0b270 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2622,8 +2622,7 @@ fieldset[disabled] .btn-link:focus { border-radius: 6px; } -.btn-sm, -.btn-xs { +.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; @@ -2632,6 +2631,9 @@ fieldset[disabled] .btn-link:focus { .btn-xs { padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } .btn-block { @@ -3754,7 +3756,6 @@ input[type="button"].btn-block { } .btn-group-xs > .btn { - padding: 5px 10px; padding: 1px 5px; font-size: 12px; line-height: 1.5; |
