Skip to content

Commit

Permalink
(less) Fixes twbs#6148: Icons in mini buttons properly aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 7, 2012
1 parent b411b69 commit 63c8bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buttons.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 63c8bf4

Please sign in to comment.