]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Updated to latest commits 62/head
authorMaxime Fabre <maxime@stappler.fr>
Fri, 9 Mar 2012 15:01:21 +0000 (16:01 +0100)
committerMaxime Fabre <maxime@stappler.fr>
Fri, 9 Mar 2012 15:02:37 +0000 (16:02 +0100)
sass/font-awesome.sass
sass/font-awesome.scss

index dbff8ddcceaf951e422a34f3decd4dec31e81666..5f9ec766970dca0f6bb0ee2a3b647008a30d0bfb 100644 (file)
@@ -181,7 +181,7 @@ li[class*=" icon-"]
 .icon-repeat:before
   content: "\f01e"
 
-// \f020 is not a valid unicode character. all shifted one down
+/* \f020 is not a valid unicode character. all shifted one down */
 .icon-refresh:before
   content: "\f021"
 
index 2fc7808e88fb7058a37bc30f22ed78954d0125ae..e5b8ca679715a0654bce190b88630a8427f8eb8d 100644 (file)
@@ -147,7 +147,7 @@ li[class*=" icon-"] {
 .icon-play-circle:before        { content: "\f01d"; }
 .icon-repeat:before             { content: "\f01e"; }
 
-// \f020 is not a valid unicode character. all shifted one down
+/* \f020 is not a valid unicode character. all shifted one down */
 .icon-refresh:before            { content: "\f021"; }
 .icon-list-alt:before           { content: "\f022"; }
 .icon-lock:before               { content: "\f023"; }