Fixed the .icon-large modifier for .btn elements - the line-height made the the icons appear out of center alignment.

This commit is contained in:
Josiah 2012-05-24 18:05:14 +07:00
parent 563a6f3cba
commit 07208f45cf

View File

@ -80,6 +80,9 @@ a [class*=" icon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
.icon-large {
line-height: 1.4em;
}
}
li {