فهرست منبع

more updates for new icon names

davegandy 11 سال پیش
والد
کامیت
646ae3c896
8فایلهای تغییر یافته به همراه22 افزوده شده و 17 حذف شده
  1. 3 2
      css/font-awesome.css
  2. 2 2
      css/font-awesome.min.css
  3. 3 2
      less/icons.less
  4. 2 2
      less/variables.less
  5. 3 2
      scss/_icons.scss
  6. 2 2
      scss/_variables.scss
  7. 1 1
      src/_includes/thanks-to.html
  8. 6 4
      src/icons.yml

+ 3 - 2
css/font-awesome.css

@@ -424,10 +424,11 @@
 .fa-icon-list:before {
   content: "\f03a";
 }
-.fa-icon-indent-left:before {
+.fa-icon-dedent:before,
+.fa-icon-outdent:before {
   content: "\f03b";
 }
-.fa-icon-indent-right:before {
+.fa-icon-indent:before {
   content: "\f03c";
 }
 .fa-icon-video-camera:before {

+ 2 - 2
css/font-awesome.min.css

@@ -80,8 +80,8 @@
 .fa-icon-align-right:before{content:"\f038";}
 .fa-icon-align-justify:before{content:"\f039";}
 .fa-icon-list:before{content:"\f03a";}
-.fa-icon-indent-left:before{content:"\f03b";}
-.fa-icon-indent-right:before{content:"\f03c";}
+.fa-icon-dedent:before,.fa-icon-outdent:before{content:"\f03b";}
+.fa-icon-indent:before{content:"\f03c";}
 .fa-icon-video-camera:before{content:"\f03d";}
 .fa-icon-picture:before{content:"\f03e";}
 .fa-icon-pencil:before{content:"\f040";}

+ 3 - 2
less/icons.less

@@ -59,8 +59,9 @@
 .fa-icon-align-right:before { content: @align-right; }
 .fa-icon-align-justify:before { content: @align-justify; }
 .fa-icon-list:before { content: @list; }
-.fa-icon-indent-left:before { content: @indent-left; }
-.fa-icon-indent-right:before { content: @indent-right; }
+.fa-icon-dedent:before,
+.fa-icon-outdent:before { content: @outdent; }
+.fa-icon-indent:before { content: @indent; }
 .fa-icon-video-camera:before { content: @video-camera; }
 .fa-icon-picture:before { content: @picture; }
 .fa-icon-pencil:before { content: @pencil; }

+ 2 - 2
less/variables.less

@@ -66,8 +66,8 @@
 @align-right: "\f038";
 @align-justify: "\f039";
 @list: "\f03a";
-@indent-left: "\f03b";
-@indent-right: "\f03c";
+@outdent: "\f03b";
+@indent: "\f03c";
 @video-camera: "\f03d";
 @picture: "\f03e";
 @pencil: "\f040";

+ 3 - 2
scss/_icons.scss

@@ -59,8 +59,9 @@
 .icon-align-right:before { content: $align-right; }
 .icon-align-justify:before { content: $align-justify; }
 .icon-list:before { content: $list; }
-.icon-indent-left:before { content: $indent-left; }
-.icon-indent-right:before { content: $indent-right; }
+.icon-dedent:before,
+.icon-outdent:before { content: $outdent; }
+.icon-indent:before { content: $indent; }
 .icon-video-camera:before { content: $video-camera; }
 .icon-picture:before { content: $picture; }
 .icon-pencil:before { content: $pencil; }

+ 2 - 2
scss/_variables.scss

@@ -122,9 +122,9 @@ $align-justify: "\f039";
 
 $list: "\f03a";
 
-$indent-left: "\f03b";
+$outdent: "\f03b";
 
-$indent-right: "\f03c";
+$indent: "\f03c";
 
 $video-camera: "\f03d";
 

+ 1 - 1
src/_includes/thanks-to.html

@@ -17,7 +17,7 @@
     </div>
     <div class="col-md-4 col-sm-4">
       <p>
-        Thanks to <a href="http://maxcdn.com"><i class="fa-icon fa-icon-maxcdn"></i> MaxCDN</a> for providing the excellent
+        Thanks to <a href="http://maxcdn.com"><i class="fa-icon fa-icon-maxcdn">&nbsp;</i>MaxCDN</a> for providing the excellent
         <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to
         <a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome.
       </p>

+ 6 - 4
src/icons.yml

@@ -398,15 +398,17 @@ icons:
     categories:
       - Text Editor Icons
 
-  - name:       indent-left
-    id:         indent-left
+  - name:       Outdent
+    id:         outdent
     unicode:    f03b
     created:    1.0
+    aliases:
+      - dedent
     categories:
       - Text Editor Icons
 
-  - name:       indent-right
-    id:         indent-right
+  - name:       Indent
+    id:         indent
     unicode:    f03c
     created:    1.0
     categories: