Skip to content

Commit

Permalink
fixing issue FortAwesome#59
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy authored and Maxime Fabre committed Mar 9, 2012
1 parent eb391a1 commit d23cb73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/font-awesome.css
Expand Up @@ -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"; }
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/font-awesome.css
Expand Up @@ -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"; }
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/less/font-awesome.less
Expand Up @@ -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"; }
Expand Down
2 changes: 1 addition & 1 deletion less/font-awesome.less
Expand Up @@ -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"; }
Expand Down

0 comments on commit d23cb73

Please sign in to comment.