mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
more updates for new icon names
This commit is contained in:
parent
3662998457
commit
646ae3c896
5
css/font-awesome.css
vendored
5
css/font-awesome.css
vendored
@ -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 {
|
||||
|
4
css/font-awesome.min.css
vendored
4
css/font-awesome.min.css
vendored
@ -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";}
|
||||
|
@ -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; }
|
||||
|
@ -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";
|
||||
|
@ -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; }
|
||||
|
@ -122,9 +122,9 @@ $align-justify: "\f039";
|
||||
|
||||
$list: "\f03a";
|
||||
|
||||
$indent-left: "\f03b";
|
||||
$outdent: "\f03b";
|
||||
|
||||
$indent-right: "\f03c";
|
||||
$indent: "\f03c";
|
||||
|
||||
$video-camera: "\f03d";
|
||||
|
||||
|
@ -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"> </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>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user