Updated to latest commits

This commit is contained in:
Maxime Fabre 2012-03-09 16:01:21 +01:00
parent d23cb73b53
commit 752e827d32
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

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