Update sass/font-awesome.scss

Wrong syntax
This commit is contained in:
Eric Eggert 2012-08-21 22:43:26 +03:00
parent ee55c859d2
commit f18f8af840

View File

@ -55,7 +55,7 @@ a [class*=" icon-"] {
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
vertical-align: middle;
font-size: 4/3em;
font-size: (4/3) * 1em;
}
.btn, .nav-tabs {