Просмотр исходного кода

addressing #28, adding icon aliases

davegandy 12 лет назад
Родитель
Сommit
a57868451d
2 измененных файлов с 12 добавлено и 0 удалено
  1. 7 0
      docs/assets/css/font-awesome.css
  2. 5 0
      docs/assets/less/font-awesome.less

+ 7 - 0
docs/assets/css/font-awesome.css

@@ -1070,3 +1070,10 @@ ul.icons li [class*=" icon-"] {
 .icon-code:before {
 .icon-code:before {
   content: "\f121";
   content: "\f121";
 }
 }
+/*  Aliases to existing icons */
+.icon-mail-forward:before {
+  content: "\f064";
+}
+.icon-mail-reply:before {
+  content: "\f112";
+}

+ 5 - 0
docs/assets/less/font-awesome.less

@@ -547,3 +547,8 @@ 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"; }