From 646ae3c89686315e7d20b1895b8d88f344be1386 Mon Sep 17 00:00:00 2001 From: davegandy Date: Tue, 15 Oct 2013 20:20:15 -0400 Subject: [PATCH] more updates for new icon names --- css/font-awesome.css | 5 +++-- css/font-awesome.min.css | 4 ++-- less/icons.less | 5 +++-- less/variables.less | 4 ++-- scss/_icons.scss | 5 +++-- scss/_variables.scss | 4 ++-- src/_includes/thanks-to.html | 2 +- src/icons.yml | 10 ++++++---- 8 files changed, 22 insertions(+), 17 deletions(-) diff --git a/css/font-awesome.css b/css/font-awesome.css index c2630800c..1553db49d 100644 --- a/css/font-awesome.css +++ b/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 { diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css index cffe183c0..7c61d6a9e 100644 --- a/css/font-awesome.min.css +++ b/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";} diff --git a/less/icons.less b/less/icons.less index 5e7bae598..ff3dd4c86 100644 --- a/less/icons.less +++ b/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; } diff --git a/less/variables.less b/less/variables.less index 47e607e99..db9b0e212 100644 --- a/less/variables.less +++ b/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"; diff --git a/scss/_icons.scss b/scss/_icons.scss index 3929a98d1..d56b5a657 100644 --- a/scss/_icons.scss +++ b/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; } diff --git a/scss/_variables.scss b/scss/_variables.scss index d0ef24629..8e118d3b9 100644 --- a/scss/_variables.scss +++ b/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"; diff --git a/src/_includes/thanks-to.html b/src/_includes/thanks-to.html index 14afdf832..59abdabe6 100644 --- a/src/_includes/thanks-to.html +++ b/src/_includes/thanks-to.html @@ -17,7 +17,7 @@

- Thanks to MaxCDN for providing the excellent + Thanks to  MaxCDN for providing the excellent BootstrapCDN, the fastest and easiest way to get started with Font Awesome.

diff --git a/src/icons.yml b/src/icons.yml index 4e9ece766..f87197053 100644 --- a/src/icons.yml +++ b/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: