2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Restore mini button (fixes #8644)

This commit is contained in:
Mark Otto
2013-07-29 17:08:04 -07:00
parent 2dcfa00e56
commit 5716355cda
4 changed files with 20 additions and 3 deletions
+6 -1
View File
@@ -1833,13 +1833,18 @@ fieldset[disabled] .btn-link:focus {
border-radius: 6px;
}
.btn-small {
.btn-small,
.btn-mini {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-mini {
padding: 3px 5px;
}
.btn-block {
display: block;
width: 100%;