浏览代码

Updated to latest commits

Maxime Fabre 13 年之前
父节点
当前提交
752e827d32
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      sass/font-awesome.sass
  2. 1 1
      sass/font-awesome.scss

+ 1 - 1
sass/font-awesome.sass

@@ -181,7 +181,7 @@ li[class*=" icon-"]
 .icon-repeat:before
 .icon-repeat:before
   content: "\f01e"
   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
 .icon-refresh:before
   content: "\f021"
   content: "\f021"
 
 

+ 1 - 1
sass/font-awesome.scss

@@ -147,7 +147,7 @@ li[class*=" icon-"] {
 .icon-play-circle:before        { content: "\f01d"; }
 .icon-play-circle:before        { content: "\f01d"; }
 .icon-repeat:before             { content: "\f01e"; }
 .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-refresh:before            { content: "\f021"; }
 .icon-list-alt:before           { content: "\f022"; }
 .icon-list-alt:before           { content: "\f022"; }
 .icon-lock:before               { content: "\f023"; }
 .icon-lock:before               { content: "\f023"; }