Dave Gandy преди 13 години
родител
ревизия
d23cb73b53
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      css/font-awesome.css
  2. 1 1
      docs/assets/css/font-awesome.css
  3. 1 1
      docs/assets/less/font-awesome.less
  4. 1 1
      less/font-awesome.less

+ 1 - 1
css/font-awesome.css

@@ -119,7 +119,7 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
 .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"; }

+ 1 - 1
docs/assets/css/font-awesome.css

@@ -120,7 +120,7 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
 .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"; }

+ 1 - 1
docs/assets/less/font-awesome.less

@@ -144,7 +144,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"; }

+ 1 - 1
less/font-awesome.less

@@ -144,7 +144,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"; }