2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
+4
View File
@@ -86,6 +86,10 @@
.btn-small [class*=" icon-"] {
margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-top: -1px;
}
// Mini
.btn-mini {