|
@@ -369,7 +369,8 @@ ul.icons {
|
|
.icon-arrow-right:before { content: "\f061"; }
|
|
.icon-arrow-right:before { content: "\f061"; }
|
|
.icon-arrow-up:before { content: "\f062"; }
|
|
.icon-arrow-up:before { content: "\f062"; }
|
|
.icon-arrow-down:before { content: "\f063"; }
|
|
.icon-arrow-down:before { content: "\f063"; }
|
|
-.icon-share-alt:before { content: "\f064"; }
|
|
|
|
|
|
+.icon-share-alt:before,
|
|
|
|
+.icon-mail-forward:before { content: "\f064"; }
|
|
.icon-resize-full:before { content: "\f065"; }
|
|
.icon-resize-full:before { content: "\f065"; }
|
|
.icon-resize-small:before { content: "\f066"; }
|
|
.icon-resize-small:before { content: "\f066"; }
|
|
.icon-plus:before { content: "\f067"; }
|
|
.icon-plus:before { content: "\f067"; }
|
|
@@ -531,7 +532,8 @@ ul.icons {
|
|
|
|
|
|
.icon-spinner:before { content: "\f110"; }
|
|
.icon-spinner:before { content: "\f110"; }
|
|
.icon-circle:before { content: "\f111"; }
|
|
.icon-circle:before { content: "\f111"; }
|
|
-.icon-reply:before { content: "\f112"; }
|
|
|
|
|
|
+.icon-reply:before,
|
|
|
|
+.icon-mail-reply:before { content: "\f112"; }
|
|
.icon-github-alt:before { content: "\f113"; }
|
|
.icon-github-alt:before { content: "\f113"; }
|
|
.icon-folder-close-alt:before { content: "\f114"; }
|
|
.icon-folder-close-alt:before { content: "\f114"; }
|
|
.icon-folder-open-alt:before { content: "\f115"; }
|
|
.icon-folder-open-alt:before { content: "\f115"; }
|
|
@@ -547,8 +549,3 @@ ul.icons {
|
|
|
|
|
|
.icon-terminal:before { content: "\f120"; }
|
|
.icon-terminal:before { content: "\f120"; }
|
|
.icon-code:before { content: "\f121"; }
|
|
.icon-code:before { content: "\f121"; }
|
|
-
|
|
|
|
-
|
|
|
|
-/* Aliases to existing icons */
|
|
|
|
-.icon-mail-forward:before { content: "\f064"; }
|
|
|
|
-.icon-mail-reply:before { content: "\f112"; }
|
|
|