|
@@ -298,7 +298,8 @@ ul.icons {
|
|
|
.icon-upload:before { content: "\f01b"; }
|
|
|
.icon-inbox:before { content: "\f01c"; }
|
|
|
.icon-play-circle:before { content: "\f01d"; }
|
|
|
-.icon-repeat:before { content: "\f01e"; }
|
|
|
+.icon-repeat:before,
|
|
|
+.icon-rotate-right:before { content: "\f01e"; }
|
|
|
|
|
|
/* \f020 doesn't work in Safari. all shifted one down */
|
|
|
.icon-refresh:before { content: "\f021"; }
|
|
@@ -484,7 +485,8 @@ ul.icons {
|
|
|
|
|
|
.icon-envelope-alt:before { content: "\f0e0"; }
|
|
|
.icon-linkedin:before { content: "\f0e1"; }
|
|
|
-.icon-undo:before { content: "\f0e2"; }
|
|
|
+.icon-undo:before,
|
|
|
+.icon-rotate-left:before { content: "\f0e2"; }
|
|
|
.icon-legal:before { content: "\f0e3"; }
|
|
|
.icon-dashboard:before { content: "\f0e4"; }
|
|
|
.icon-comment-alt:before { content: "\f0e5"; }
|
|
@@ -553,3 +555,4 @@ ul.icons {
|
|
|
.icon-mail-reply-all:before { content: "\f122"; }
|
|
|
.icon-star-half-empty:before { content: "\f123"; }
|
|
|
.icon-location-arrow:before { content: "\f124"; }
|
|
|
+.icon-crop:before { content: "\f125"; }
|