From 07208f45cf618bfe6137fbd86f6625e3768587ec Mon Sep 17 00:00:00 2001 From: Josiah Date: Thu, 24 May 2012 18:05:14 +0700 Subject: [PATCH] Fixed the .icon-large modifier for .btn elements - the line-height made the the icons appear out of center alignment. --- less/font-awesome.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/less/font-awesome.less b/less/font-awesome.less index b19e0231e..f422e916d 100644 --- a/less/font-awesome.less +++ b/less/font-awesome.less @@ -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 {