]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
fixing SCSS and SASS bugs v3.0.1
authordavegandy <dave@davegandy.com>
Mon, 14 Jan 2013 15:38:15 +0000 (10:38 -0500)
committerdavegandy <dave@davegandy.com>
Mon, 14 Jan 2013 15:38:15 +0000 (10:38 -0500)
sass/font-awesome.sass
sass/font-awesome.scss

index bae1338ca8e6809b8c6c9f538ab6afb6c690d806..8173ac97a2c39b4fa846f0f9f3ab3d0e83885f79 100644 (file)
@@ -91,7 +91,7 @@ a
 /* makes the font 33% larger relative to the icon container */
 .icon-large:before
   vertical-align: -10%
-  font-size: 4/3em
+  font-size: 1.3333333333333333em
 
 .btn, .nav
   [class^="icon-"],
@@ -119,7 +119,7 @@ li, .nav li
     text-align: center
     &.icon-large
       /* increased font size for icon-large */
-      width: 1.25*1.25em
+      width: 1.5625em
 
 ul.icons
   list-style-type: none
index 16cd3c919d8356e875236d81cbc425165f81ed56..db6d427c6bb8e6017f2b196125bf345d1feec98f 100644 (file)
@@ -94,7 +94,7 @@ a {
 /* makes the font 33% larger relative to the icon container */
 .icon-large:before {
   vertical-align: -10%;
-  font-size: 4/3em;
+  font-size: 1.3333333333333333em;
 }
 
 .btn, .nav {
@@ -123,7 +123,7 @@ li, .nav li {
     text-align: center;
     &.icon-large {
       /* increased font size for icon-large */
-      width: 1.25*1.25em;
+      width: 1.5625em;
     }
   }
 }