Fixed bug with icon-large math in SCSS version.

This commit is contained in:
Josh Clanton 2012-12-19 15:33:27 -05:00
parent ee55c859d2
commit 83abb6768c

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)}em;
}
.btn, .nav-tabs {