2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fixes #6148: Icons in mini buttons properly aligned

This commit is contained in:
Mark Otto
2012-12-07 09:51:01 -08:00
parent cc6fda2262
commit be45a821bb
4 changed files with 19 additions and 20 deletions
+5
View File
@@ -3258,6 +3258,11 @@ button.close {
margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-top: -1px;
}
.btn-mini {
padding: 0 6px;
font-size: 10.5px;