From: Maxime Fabre Date: Fri, 9 Mar 2012 15:01:21 +0000 (+0100) Subject: Updated to latest commits X-Git-Tag: 2.0.0~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F62%2Fhead;p=thirdparty%2FFont-Awesome.git Updated to latest commits --- diff --git a/sass/font-awesome.sass b/sass/font-awesome.sass index dbff8ddcce..5f9ec76697 100644 --- a/sass/font-awesome.sass +++ b/sass/font-awesome.sass @@ -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" diff --git a/sass/font-awesome.scss b/sass/font-awesome.scss index 2fc7808e88..e5b8ca6797 100644 --- a/sass/font-awesome.scss +++ b/sass/font-awesome.scss @@ -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"; }