more updates for new icon names

This commit is contained in:
davegandy 2013-10-15 20:20:15 -04:00
parent 3662998457
commit 646ae3c896
8 changed files with 22 additions and 17 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -17,7 +17,7 @@
</div> </div>
<div class="col-md-4 col-sm-4"> <div class="col-md-4 col-sm-4">
<p> <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="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. <a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome.
</p> </p>

View file

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