diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..c588dd58d Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1bd4ec563..000000000 --- a/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -*.pyc -*.egg-info -*.db -*.db.old -*.swp -*.db-journal - -.coverage -.DS_Store -.installed.cfg - -.idea/* -src/website/static/* -src/website/media/* - -bin -build -cfcache -develop-eggs -dist -downloads -eggs -parts -tmp - -src/website/settingslocal.py -stunnel.log diff --git a/Makefile b/Makefile index df496263f..f7c3c25b0 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build: lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN} cp -r ${FA_ROOT_DIRECTORY}/* ../ - cd assets && mv font-awesome font-awesome-4.0.0 && zip -r9 font-awesome-4.0.0.zip font-awesome-4.0.0 && mv font-awesome-4.0.0 font-awesome + cd assets && mv font-awesome font-awesome-4.0.1 && zip -r9 font-awesome-4.0.1.zip font-awesome-4.0.1 && mv font-awesome-4.0.1 font-awesome default: build diff --git a/assets/css/site.css b/assets/css/site.css index 271d1a874..1ec66ccf0 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -867,7 +867,7 @@ section{margin-top:40px} .carousel-control{top:230px;width:30px;height:30px;border-width:0;font-size:30px;line-height:25px;left:114px}.carousel-control.right{left:auto;right:114px} .carousel-control.right,.carousel-control.left{background-image:none;filter:none} .jumbotron-carousel{padding-top:40px}.jumbotron-carousel .btn{margin-top:22px;font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-size:24px;padding:17px 30px;color:#fff;border-color:#c7e7dc;background-color:transparent;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .btn:hover{background-color:#f4faf8;border-color:#f4faf8;color:#1d9d74;text-shadow:0 -1px 0 #fff} -.jumbotron-carousel .shameless-self-promotion{margin-top:22px;font-size:14px;line-height:1.428571429;color:#8eceba;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .shameless-self-promotion a{color:#bbe2d5;border-bottom:dotted 1px #8eceba}.jumbotron-carousel .shameless-self-promotion a:hover{color:#fff;text-decoration:none;border-bottom:solid 1px #fff} +.jumbotron-carousel .shameless-self-promotion{margin-top:22px;font-size:14px;line-height:1.428571429;color:#a5d8c7;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .shameless-self-promotion a{color:#d2ebe3;border-bottom:dotted 1px #8eceba}.jumbotron-carousel .shameless-self-promotion a:hover{color:#fff;text-decoration:none;border-bottom:solid 1px #fff} .stripe-ad{margin-bottom:22px}.stripe-ad .lead{padding-top:10px;padding-right:30px} .fontawesome-icon-list{margin-top:22px}.fontawesome-icon-list .fa-hover a{display:block;color:#222;line-height:32px;height:32px;padding-left:10px;border-radius:4px}.fontawesome-icon-list .fa-hover a .fa{width:32px;font-size:14px;display:inline-block;text-align:right;margin-right:10px} .fontawesome-icon-list .fa-hover a:hover{background-color:#1d9d74;color:#fff;text-decoration:none}.fontawesome-icon-list .fa-hover a:hover .fa{font-size:28px;vertical-align:-6px} diff --git a/assets/font-awesome-4.0.0.zip b/assets/font-awesome-4.0.1.zip similarity index 89% rename from assets/font-awesome-4.0.0.zip rename to assets/font-awesome-4.0.1.zip index 1260d57b7..3ad367326 100644 Binary files a/assets/font-awesome-4.0.0.zip and b/assets/font-awesome-4.0.1.zip differ diff --git a/assets/font-awesome/css/font-awesome.css b/assets/font-awesome/css/font-awesome.css index 6cc0626bc..fff309b7e 100644 --- a/assets/font-awesome/css/font-awesome.css +++ b/assets/font-awesome/css/font-awesome.css @@ -1,5 +1,5 @@ /*! - * Font Awesome 4.0.0 + * Font Awesome 4.0.1 * the iconic font designed for Bootstrap * ------------------------------------------------------------------------------ * The full suite of pictographic icons, examples, and documentation can be @@ -27,8 +27,8 @@ * -------------------------- */ @font-face { font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.0.0'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg'); + src: url('../fonts/fontawesome-webfont.eot?v=4.0.1'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } @@ -195,6 +195,7 @@ .fa-stack-1x, .fa-stack-2x { position: absolute; + left: 0; width: 100%; text-align: center; } @@ -666,7 +667,7 @@ .fa-rss:before { content: "\f09e"; } -.fa-hdd:before { +.fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { diff --git a/assets/font-awesome/css/font-awesome.min.css b/assets/font-awesome/css/font-awesome.min.css index 6dca74acc..a93257a04 100644 --- a/assets/font-awesome/css/font-awesome.min.css +++ b/assets/font-awesome/css/font-awesome.min.css @@ -1,4 +1,4 @@ -@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} +@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%} .fa-2x{font-size:2em} .fa-3x{font-size:3em} @@ -19,7 +19,7 @@ .fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)} .fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)} .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.fa-stack-1x,.fa-stack-2x{position:absolute;width:100%;text-align:center} +.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} .fa-stack-1x{line-height:inherit} .fa-stack-2x{font-size:2em} .fa-inverse{color:#fff} @@ -173,7 +173,7 @@ .fa-unlock:before{content:"\f09c"} .fa-credit-card:before{content:"\f09d"} .fa-rss:before{content:"\f09e"} -.fa-hdd:before{content:"\f0a0"} +.fa-hdd-o:before{content:"\f0a0"} .fa-bullhorn:before{content:"\f0a1"} .fa-bell:before{content:"\f0f3"} .fa-certificate:before{content:"\f0a3"} diff --git a/assets/font-awesome/less/font-awesome.less b/assets/font-awesome/less/font-awesome.less index 62c0e0e17..a853e0c1e 100644 --- a/assets/font-awesome/less/font-awesome.less +++ b/assets/font-awesome/less/font-awesome.less @@ -1,5 +1,5 @@ /*! - * Font Awesome 4.0.0 + * Font Awesome 4.0.1 * the iconic font designed for Bootstrap * ------------------------------------------------------------------------------ * The full suite of pictographic icons, examples, and documentation can be diff --git a/assets/font-awesome/less/icons.less b/assets/font-awesome/less/icons.less index 90908500c..948903a37 100644 --- a/assets/font-awesome/less/icons.less +++ b/assets/font-awesome/less/icons.less @@ -158,7 +158,7 @@ .@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } .@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } .@{fa-css-prefix}-rss:before { content: @fa-var-rss; } -.@{fa-css-prefix}-hdd:before { content: @fa-var-hdd; } +.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; } .@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } .@{fa-css-prefix}-bell:before { content: @fa-var-bell; } .@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; } diff --git a/assets/font-awesome/less/stacked.less b/assets/font-awesome/less/stacked.less index 0edef7037..fc53fb0e7 100644 --- a/assets/font-awesome/less/stacked.less +++ b/assets/font-awesome/less/stacked.less @@ -11,6 +11,7 @@ } .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { position: absolute; + left: 0; width: 100%; text-align: center; } diff --git a/assets/font-awesome/less/variables.less b/assets/font-awesome/less/variables.less index 256e23691..364b4dc77 100644 --- a/assets/font-awesome/less/variables.less +++ b/assets/font-awesome/less/variables.less @@ -2,9 +2,9 @@ // -------------------------- @fa-font-path: "../fonts"; -//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/font"; // for referencing Bootstrap CDN font files directly +//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts"; // for referencing Bootstrap CDN font files directly @fa-css-prefix: fa; -@fa-version: "4.0.0"; +@fa-version: "4.0.1"; @fa-border-color: #eee; @fa-inverse: #fff; @fa-li-width: (30em / 14); @@ -159,7 +159,7 @@ @fa-var-unlock: "\f09c"; @fa-var-credit-card: "\f09d"; @fa-var-rss: "\f09e"; -@fa-var-hdd: "\f0a0"; +@fa-var-hdd-o: "\f0a0"; @fa-var-bullhorn: "\f0a1"; @fa-var-bell: "\f0f3"; @fa-var-certificate: "\f0a3"; diff --git a/assets/font-awesome/scss/_icons.scss b/assets/font-awesome/scss/_icons.scss index 124708003..9fcb22c49 100644 --- a/assets/font-awesome/scss/_icons.scss +++ b/assets/font-awesome/scss/_icons.scss @@ -158,7 +158,7 @@ .#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; } .#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; } .#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } -.#{$fa-css-prefix}-hdd:before { content: $fa-var-hdd; } +.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } .#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } .#{$fa-css-prefix}-bell:before { content: $fa-var-bell; } .#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; } diff --git a/assets/font-awesome/scss/_stacked.scss b/assets/font-awesome/scss/_stacked.scss index 93a1b2720..aef740366 100644 --- a/assets/font-awesome/scss/_stacked.scss +++ b/assets/font-awesome/scss/_stacked.scss @@ -11,6 +11,7 @@ } .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { position: absolute; + left: 0; width: 100%; text-align: center; } diff --git a/assets/font-awesome/scss/_variables.scss b/assets/font-awesome/scss/_variables.scss index b1036c62a..c93c5443a 100644 --- a/assets/font-awesome/scss/_variables.scss +++ b/assets/font-awesome/scss/_variables.scss @@ -2,12 +2,12 @@ // -------------------------- $fa-font-path: "../fonts" !default; -//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/font" !default; // for referencing Bootstrap CDN font files directly -$fa-css-prefix: fa; -$fa-version: "4.0.0" !default; +//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-css-prefix: fa !default; +$fa-version: "4.0.1" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; -$fa-li-width: (30em / 14); +$fa-li-width: (30em / 14) !default; $fa-var-glass: "\f000"; $fa-var-music: "\f001"; @@ -159,7 +159,7 @@ $fa-var-github: "\f09b"; $fa-var-unlock: "\f09c"; $fa-var-credit-card: "\f09d"; $fa-var-rss: "\f09e"; -$fa-var-hdd: "\f0a0"; +$fa-var-hdd-o: "\f0a0"; $fa-var-bullhorn: "\f0a1"; $fa-var-bell: "\f0f3"; $fa-var-certificate: "\f0a3"; diff --git a/assets/font-awesome/scss/font-awesome.scss b/assets/font-awesome/scss/font-awesome.scss index 62c0e0e17..a853e0c1e 100644 --- a/assets/font-awesome/scss/font-awesome.scss +++ b/assets/font-awesome/scss/font-awesome.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome 4.0.0 + * Font Awesome 4.0.1 * the iconic font designed for Bootstrap * ------------------------------------------------------------------------------ * The full suite of pictographic icons, examples, and documentation can be diff --git a/assets/less/site/jumbotron-carousel.less b/assets/less/site/jumbotron-carousel.less index 9f00083c1..ab7568aff 100644 --- a/assets/less/site/jumbotron-carousel.less +++ b/assets/less/site/jumbotron-carousel.less @@ -46,10 +46,10 @@ margin-top: @buffer-lg; font-size: @font-size-base; line-height: @line-height-base; - color: mix(@jumbotron-color, @jumbotron-bg, 50%); + color: mix(@jumbotron-color, @jumbotron-bg, 60%); text-shadow: 0 1px 0 rgba(0,0,0,0.15); a { - color: mix(@jumbotron-color, @jumbotron-bg, 70%); + color: mix(@jumbotron-color, @jumbotron-bg, 80%); border-bottom: dotted 1px mix(@jumbotron-color, @jumbotron-bg, 50%); &:hover { color: @jumbotron-color; diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 7be2e4c33..06e161b43 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -116,7 +116,7 @@
@@ -156,7 +156,7 @@ -
- Font Awesome
Version 4.0.0
+ Font Awesome
Version 4.0.1
<head>
section of your site's HTML.
-<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
-
@@ -216,7 +216,7 @@
PRO: Custom LESS or SCSS
- Use this method to customize Font Awesome 3.0.0 using LESS or SCSS.
+ Use this method to customize Font Awesome 4.0.1 using LESS or SCSS.
- Copy the
font-awesome/
directory into your project.
-
@@ -234,7 +234,7 @@
Need IE7 Support?
- If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.0
+ If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.1
doesn't support IE7, but an older version does. You'll need to check out the
3.2.1 instructions for using IE7. Then go complain to
whomever decided your project needs IE7 support.
@@ -255,9 +255,9 @@
diff --git a/glyphicons-test/index.html b/glyphicons-test/index.html
index 27fb0ffc6..f852f22c4 100644
--- a/glyphicons-test/index.html
+++ b/glyphicons-test/index.html
@@ -735,7 +735,14 @@
Stacked icons
-
+
+
+
+
+
Center
+
+
+
@@ -788,7 +795,14 @@
-
+
+
+
+
+
Center
+
+
+
diff --git a/icon/adjust/index.html b/icon/adjust/index.html
index 456ec835d..66f9ff3d6 100644
--- a/icon/adjust/index.html
+++ b/icon/adjust/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/adn/index.html b/icon/adn/index.html
index a166b6a54..efa5a0f40 100644
--- a/icon/adn/index.html
+++ b/icon/adn/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/align-center/index.html b/icon/align-center/index.html
index 5f86c8827..d6753d6ec 100644
--- a/icon/align-center/index.html
+++ b/icon/align-center/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/align-justify/index.html b/icon/align-justify/index.html
index f9e92b312..99d61dda6 100644
--- a/icon/align-justify/index.html
+++ b/icon/align-justify/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/align-left/index.html b/icon/align-left/index.html
index bdb1292eb..698b8a7d8 100644
--- a/icon/align-left/index.html
+++ b/icon/align-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/align-right/index.html b/icon/align-right/index.html
index b1a700095..abc8e1f27 100644
--- a/icon/align-right/index.html
+++ b/icon/align-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/ambulance/index.html b/icon/ambulance/index.html
index e4d46e848..507f0d949 100644
--- a/icon/ambulance/index.html
+++ b/icon/ambulance/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/anchor/index.html b/icon/anchor/index.html
index 30f9a1ccd..99da290ba 100644
--- a/icon/anchor/index.html
+++ b/icon/anchor/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/android/index.html b/icon/android/index.html
index 6da351cea..9d5b4c4c7 100644
--- a/icon/android/index.html
+++ b/icon/android/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-double-down/index.html b/icon/angle-double-down/index.html
index 3a7b4faf3..2c67b0dbf 100644
--- a/icon/angle-double-down/index.html
+++ b/icon/angle-double-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-double-left/index.html b/icon/angle-double-left/index.html
index 3363f501d..c7261ab23 100644
--- a/icon/angle-double-left/index.html
+++ b/icon/angle-double-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-double-right/index.html b/icon/angle-double-right/index.html
index d58526a99..a5247024c 100644
--- a/icon/angle-double-right/index.html
+++ b/icon/angle-double-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-double-up/index.html b/icon/angle-double-up/index.html
index 679943155..6ef108f0f 100644
--- a/icon/angle-double-up/index.html
+++ b/icon/angle-double-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-down/index.html b/icon/angle-down/index.html
index 3ae7525c3..8d61bcf1c 100644
--- a/icon/angle-down/index.html
+++ b/icon/angle-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-left/index.html b/icon/angle-left/index.html
index 6677a88c5..2422120e3 100644
--- a/icon/angle-left/index.html
+++ b/icon/angle-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-right/index.html b/icon/angle-right/index.html
index 8e1730c83..e3dc49811 100644
--- a/icon/angle-right/index.html
+++ b/icon/angle-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/angle-up/index.html b/icon/angle-up/index.html
index 9b7d8c372..c5daae63c 100644
--- a/icon/angle-up/index.html
+++ b/icon/angle-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/apple/index.html b/icon/apple/index.html
index afe7af98e..f3cb19553 100644
--- a/icon/apple/index.html
+++ b/icon/apple/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/archive/index.html b/icon/archive/index.html
index 60d8a1e1e..05b7278f9 100644
--- a/icon/archive/index.html
+++ b/icon/archive/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-down/index.html b/icon/arrow-circle-down/index.html
index f931fd69b..2b59cd504 100644
--- a/icon/arrow-circle-down/index.html
+++ b/icon/arrow-circle-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-left/index.html b/icon/arrow-circle-left/index.html
index 75664a066..95728462c 100644
--- a/icon/arrow-circle-left/index.html
+++ b/icon/arrow-circle-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-o-down/index.html b/icon/arrow-circle-o-down/index.html
index a6d016f46..f8e96fa40 100644
--- a/icon/arrow-circle-o-down/index.html
+++ b/icon/arrow-circle-o-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-o-left/index.html b/icon/arrow-circle-o-left/index.html
index 14b856ff8..6db5bd40a 100644
--- a/icon/arrow-circle-o-left/index.html
+++ b/icon/arrow-circle-o-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-o-right/index.html b/icon/arrow-circle-o-right/index.html
index 56d18d514..cd488149f 100644
--- a/icon/arrow-circle-o-right/index.html
+++ b/icon/arrow-circle-o-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-o-up/index.html b/icon/arrow-circle-o-up/index.html
index bf4e405b7..a35b8441a 100644
--- a/icon/arrow-circle-o-up/index.html
+++ b/icon/arrow-circle-o-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-right/index.html b/icon/arrow-circle-right/index.html
index e0bb933c9..f77414b02 100644
--- a/icon/arrow-circle-right/index.html
+++ b/icon/arrow-circle-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-circle-up/index.html b/icon/arrow-circle-up/index.html
index 3e24738b7..66fba15db 100644
--- a/icon/arrow-circle-up/index.html
+++ b/icon/arrow-circle-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-down/index.html b/icon/arrow-down/index.html
index f7c9ff5d3..a4a90722b 100644
--- a/icon/arrow-down/index.html
+++ b/icon/arrow-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-left/index.html b/icon/arrow-left/index.html
index ef29efcaf..0bdc9885e 100644
--- a/icon/arrow-left/index.html
+++ b/icon/arrow-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-right/index.html b/icon/arrow-right/index.html
index f53243f3a..9a8298a37 100644
--- a/icon/arrow-right/index.html
+++ b/icon/arrow-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/arrow-up/index.html b/icon/arrow-up/index.html
index dc05ba8a5..c4f9112b0 100644
--- a/icon/arrow-up/index.html
+++ b/icon/arrow-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/asterisk/index.html b/icon/asterisk/index.html
index 67fc642a9..7830d78f8 100644
--- a/icon/asterisk/index.html
+++ b/icon/asterisk/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/backward/index.html b/icon/backward/index.html
index b0f9cfc83..46accecf5 100644
--- a/icon/backward/index.html
+++ b/icon/backward/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/ban/index.html b/icon/ban/index.html
index e31d409e6..0256d7f45 100644
--- a/icon/ban/index.html
+++ b/icon/ban/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bar-chart-o/index.html b/icon/bar-chart-o/index.html
index b2413bc9e..0a89ca573 100644
--- a/icon/bar-chart-o/index.html
+++ b/icon/bar-chart-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/barcode/index.html b/icon/barcode/index.html
index 00c00c64c..5e52edc69 100644
--- a/icon/barcode/index.html
+++ b/icon/barcode/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/beer/index.html b/icon/beer/index.html
index d854eaad9..bdd6499c2 100644
--- a/icon/beer/index.html
+++ b/icon/beer/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bell-o/index.html b/icon/bell-o/index.html
index bbc1ea059..c34f24648 100644
--- a/icon/bell-o/index.html
+++ b/icon/bell-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bell/index.html b/icon/bell/index.html
index c7d05c1c3..0dbdeaa8c 100644
--- a/icon/bell/index.html
+++ b/icon/bell/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bitbucket-square/index.html b/icon/bitbucket-square/index.html
index cc4ccc462..415841321 100644
--- a/icon/bitbucket-square/index.html
+++ b/icon/bitbucket-square/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bitbucket/index.html b/icon/bitbucket/index.html
index 6806907b3..fb5135a42 100644
--- a/icon/bitbucket/index.html
+++ b/icon/bitbucket/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bold/index.html b/icon/bold/index.html
index 7d9566962..27ddb7494 100644
--- a/icon/bold/index.html
+++ b/icon/bold/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bolt/index.html b/icon/bolt/index.html
index 02e0830ae..84e176d42 100644
--- a/icon/bolt/index.html
+++ b/icon/bolt/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/book/index.html b/icon/book/index.html
index 630da3d0f..20cc9edd1 100644
--- a/icon/book/index.html
+++ b/icon/book/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bookmark-o/index.html b/icon/bookmark-o/index.html
index ec3afabbd..7314eff6c 100644
--- a/icon/bookmark-o/index.html
+++ b/icon/bookmark-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bookmark/index.html b/icon/bookmark/index.html
index 64d656e13..744bbe109 100644
--- a/icon/bookmark/index.html
+++ b/icon/bookmark/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/briefcase/index.html b/icon/briefcase/index.html
index c7764c36b..a1872177f 100644
--- a/icon/briefcase/index.html
+++ b/icon/briefcase/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/btc/index.html b/icon/btc/index.html
index da53fa449..d8e3b996b 100644
--- a/icon/btc/index.html
+++ b/icon/btc/index.html
@@ -174,9 +174,9 @@
diff --git a/icon/bug/index.html b/icon/bug/index.html
index 9674d59cf..92d32e14a 100644
--- a/icon/bug/index.html
+++ b/icon/bug/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/building/index.html b/icon/building/index.html
index 38e7d2185..d2f726ceb 100644
--- a/icon/building/index.html
+++ b/icon/building/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bullhorn/index.html b/icon/bullhorn/index.html
index 9479837c1..b3a5069af 100644
--- a/icon/bullhorn/index.html
+++ b/icon/bullhorn/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/bullseye/index.html b/icon/bullseye/index.html
index 662d31cfe..f2380b247 100644
--- a/icon/bullseye/index.html
+++ b/icon/bullseye/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/calendar-o/index.html b/icon/calendar-o/index.html
index 48af81c30..02818e91e 100644
--- a/icon/calendar-o/index.html
+++ b/icon/calendar-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/calendar/index.html b/icon/calendar/index.html
index 83a8ede24..fb7827d2f 100644
--- a/icon/calendar/index.html
+++ b/icon/calendar/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/camera-retro/index.html b/icon/camera-retro/index.html
index 667a8cd16..0379f03db 100644
--- a/icon/camera-retro/index.html
+++ b/icon/camera-retro/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/camera/index.html b/icon/camera/index.html
index e3a578af7..e0ac83fbe 100644
--- a/icon/camera/index.html
+++ b/icon/camera/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/caret-down/index.html b/icon/caret-down/index.html
index 6782506a1..177d29ebe 100644
--- a/icon/caret-down/index.html
+++ b/icon/caret-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/caret-left/index.html b/icon/caret-left/index.html
index 7461dc71e..fa1055239 100644
--- a/icon/caret-left/index.html
+++ b/icon/caret-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/caret-right/index.html b/icon/caret-right/index.html
index ef4226b9d..68a9e4d35 100644
--- a/icon/caret-right/index.html
+++ b/icon/caret-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/caret-square-o-down/index.html b/icon/caret-square-o-down/index.html
index 92652e7df..a3d6ba732 100644
--- a/icon/caret-square-o-down/index.html
+++ b/icon/caret-square-o-down/index.html
@@ -174,9 +174,9 @@
diff --git a/icon/caret-square-o-left/index.html b/icon/caret-square-o-left/index.html
index 2b59fe3b3..95f4f46e7 100644
--- a/icon/caret-square-o-left/index.html
+++ b/icon/caret-square-o-left/index.html
@@ -174,9 +174,9 @@
diff --git a/icon/caret-square-o-right/index.html b/icon/caret-square-o-right/index.html
index 72ba074f1..d89adce61 100644
--- a/icon/caret-square-o-right/index.html
+++ b/icon/caret-square-o-right/index.html
@@ -174,9 +174,9 @@
diff --git a/icon/caret-square-o-up/index.html b/icon/caret-square-o-up/index.html
index e5b63c6e2..265757fb0 100644
--- a/icon/caret-square-o-up/index.html
+++ b/icon/caret-square-o-up/index.html
@@ -174,9 +174,9 @@
diff --git a/icon/caret-up/index.html b/icon/caret-up/index.html
index 0c9b56570..758ba79c6 100644
--- a/icon/caret-up/index.html
+++ b/icon/caret-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/certificate/index.html b/icon/certificate/index.html
index 5bb60c3cc..92a166ed4 100644
--- a/icon/certificate/index.html
+++ b/icon/certificate/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chain-broken/index.html b/icon/chain-broken/index.html
index 172f70e6e..b999bd085 100644
--- a/icon/chain-broken/index.html
+++ b/icon/chain-broken/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/check-circle-o/index.html b/icon/check-circle-o/index.html
index 8a3367bc3..b9bdad344 100644
--- a/icon/check-circle-o/index.html
+++ b/icon/check-circle-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/check-circle/index.html b/icon/check-circle/index.html
index 87c51911f..82aff0b84 100644
--- a/icon/check-circle/index.html
+++ b/icon/check-circle/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/check-square-o/index.html b/icon/check-square-o/index.html
index d49e04ce9..84cc6ec06 100644
--- a/icon/check-square-o/index.html
+++ b/icon/check-square-o/index.html
@@ -169,9 +169,9 @@
diff --git a/icon/check-square/index.html b/icon/check-square/index.html
index f469c27ff..4448e9067 100644
--- a/icon/check-square/index.html
+++ b/icon/check-square/index.html
@@ -169,9 +169,9 @@
diff --git a/icon/check/index.html b/icon/check/index.html
index 1ae6c2699..782a0a5e5 100644
--- a/icon/check/index.html
+++ b/icon/check/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-circle-down/index.html b/icon/chevron-circle-down/index.html
index 47416751f..cf73607ea 100644
--- a/icon/chevron-circle-down/index.html
+++ b/icon/chevron-circle-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-circle-left/index.html b/icon/chevron-circle-left/index.html
index 1ab5a1fe5..31fc1677a 100644
--- a/icon/chevron-circle-left/index.html
+++ b/icon/chevron-circle-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-circle-right/index.html b/icon/chevron-circle-right/index.html
index e046e10d4..89c420ec1 100644
--- a/icon/chevron-circle-right/index.html
+++ b/icon/chevron-circle-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-circle-up/index.html b/icon/chevron-circle-up/index.html
index 25db8c853..abb1fafdd 100644
--- a/icon/chevron-circle-up/index.html
+++ b/icon/chevron-circle-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-down/index.html b/icon/chevron-down/index.html
index 804477fef..b6aacaa29 100644
--- a/icon/chevron-down/index.html
+++ b/icon/chevron-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-left/index.html b/icon/chevron-left/index.html
index 9d3f5168a..2924081aa 100644
--- a/icon/chevron-left/index.html
+++ b/icon/chevron-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-right/index.html b/icon/chevron-right/index.html
index 84b66acb7..a45d8abe2 100644
--- a/icon/chevron-right/index.html
+++ b/icon/chevron-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/chevron-up/index.html b/icon/chevron-up/index.html
index 3d6ffcaa3..d3c750d07 100644
--- a/icon/chevron-up/index.html
+++ b/icon/chevron-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/circle-o/index.html b/icon/circle-o/index.html
index 05eb43906..f4af4352a 100644
--- a/icon/circle-o/index.html
+++ b/icon/circle-o/index.html
@@ -169,9 +169,9 @@
diff --git a/icon/circle/index.html b/icon/circle/index.html
index 0c8b98000..e54cede65 100644
--- a/icon/circle/index.html
+++ b/icon/circle/index.html
@@ -169,9 +169,9 @@
diff --git a/icon/clipboard/index.html b/icon/clipboard/index.html
index 887113642..8991467b0 100644
--- a/icon/clipboard/index.html
+++ b/icon/clipboard/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/clock-o/index.html b/icon/clock-o/index.html
index c1596ce10..5c76f898a 100644
--- a/icon/clock-o/index.html
+++ b/icon/clock-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/cloud-download/index.html b/icon/cloud-download/index.html
index c4092312c..277409c3e 100644
--- a/icon/cloud-download/index.html
+++ b/icon/cloud-download/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/cloud-upload/index.html b/icon/cloud-upload/index.html
index 2cd2b9cdb..c4b7744be 100644
--- a/icon/cloud-upload/index.html
+++ b/icon/cloud-upload/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/cloud/index.html b/icon/cloud/index.html
index cd984703a..8dd626120 100644
--- a/icon/cloud/index.html
+++ b/icon/cloud/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/code-fork/index.html b/icon/code-fork/index.html
index 6354831aa..4f09e192f 100644
--- a/icon/code-fork/index.html
+++ b/icon/code-fork/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/code/index.html b/icon/code/index.html
index 9ad5e6b01..b8b2a76af 100644
--- a/icon/code/index.html
+++ b/icon/code/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/coffee/index.html b/icon/coffee/index.html
index ff8be2941..f2a2ef600 100644
--- a/icon/coffee/index.html
+++ b/icon/coffee/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/cog/index.html b/icon/cog/index.html
index 22010c76d..57c17ec87 100644
--- a/icon/cog/index.html
+++ b/icon/cog/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/cogs/index.html b/icon/cogs/index.html
index c6ddf1a4d..ba15e7ce2 100644
--- a/icon/cogs/index.html
+++ b/icon/cogs/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/collapse-o/index.html b/icon/collapse-o/index.html
index 4e9f6cecf..81b06ca17 100644
--- a/icon/collapse-o/index.html
+++ b/icon/collapse-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/columns/index.html b/icon/columns/index.html
index 4dec074a8..9c182318d 100644
--- a/icon/columns/index.html
+++ b/icon/columns/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/comment-o/index.html b/icon/comment-o/index.html
index e84b5cea6..ddb376ae2 100644
--- a/icon/comment-o/index.html
+++ b/icon/comment-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/comment/index.html b/icon/comment/index.html
index 9fae3648e..8fb9267f7 100644
--- a/icon/comment/index.html
+++ b/icon/comment/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/comments-o/index.html b/icon/comments-o/index.html
index 90de18419..6f0d7c5ca 100644
--- a/icon/comments-o/index.html
+++ b/icon/comments-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/comments/index.html b/icon/comments/index.html
index 04e40a29d..3d759b2a3 100644
--- a/icon/comments/index.html
+++ b/icon/comments/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/compass/index.html b/icon/compass/index.html
index 55927818c..09f0801eb 100644
--- a/icon/compass/index.html
+++ b/icon/compass/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/credit-card/index.html b/icon/credit-card/index.html
index 4351cc2ff..04e19eea8 100644
--- a/icon/credit-card/index.html
+++ b/icon/credit-card/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/crop/index.html b/icon/crop/index.html
index 33e898bf7..18fed974f 100644
--- a/icon/crop/index.html
+++ b/icon/crop/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/crosshairs/index.html b/icon/crosshairs/index.html
index d373a98f3..c91517661 100644
--- a/icon/crosshairs/index.html
+++ b/icon/crosshairs/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/css3/index.html b/icon/css3/index.html
index 2fdcdf9f2..7d81ff21e 100644
--- a/icon/css3/index.html
+++ b/icon/css3/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/cutlery/index.html b/icon/cutlery/index.html
index 08d17edc4..499f5ebe3 100644
--- a/icon/cutlery/index.html
+++ b/icon/cutlery/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/desktop/index.html b/icon/desktop/index.html
index 75dcac9ed..79eae76ca 100644
--- a/icon/desktop/index.html
+++ b/icon/desktop/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/dot-circle-o/index.html b/icon/dot-circle-o/index.html
index 652510ef6..86774fed2 100644
--- a/icon/dot-circle-o/index.html
+++ b/icon/dot-circle-o/index.html
@@ -169,9 +169,9 @@
diff --git a/icon/download/index.html b/icon/download/index.html
index 3d6d412a6..a582e171e 100644
--- a/icon/download/index.html
+++ b/icon/download/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/dribbble/index.html b/icon/dribbble/index.html
index 3d31eb1ae..d6d9598d8 100644
--- a/icon/dribbble/index.html
+++ b/icon/dribbble/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/dropbox/index.html b/icon/dropbox/index.html
index fb7c80658..a17bca094 100644
--- a/icon/dropbox/index.html
+++ b/icon/dropbox/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/eject/index.html b/icon/eject/index.html
index cc49fc11f..c4c09b9b0 100644
--- a/icon/eject/index.html
+++ b/icon/eject/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/ellipsis-horizontal/index.html b/icon/ellipsis-horizontal/index.html
index ab4a1970b..e73cc47b7 100644
--- a/icon/ellipsis-horizontal/index.html
+++ b/icon/ellipsis-horizontal/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/ellipsis-vertical/index.html b/icon/ellipsis-vertical/index.html
index 29299c900..3144092e6 100644
--- a/icon/ellipsis-vertical/index.html
+++ b/icon/ellipsis-vertical/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/envelope-o/index.html b/icon/envelope-o/index.html
index df2e85e37..b1dcad98a 100644
--- a/icon/envelope-o/index.html
+++ b/icon/envelope-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/envelope/index.html b/icon/envelope/index.html
index bcaa75eee..8313f01b5 100644
--- a/icon/envelope/index.html
+++ b/icon/envelope/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/eraser/index.html b/icon/eraser/index.html
index 1b9026840..8c1804c8e 100644
--- a/icon/eraser/index.html
+++ b/icon/eraser/index.html
@@ -169,9 +169,9 @@
diff --git a/icon/eur/index.html b/icon/eur/index.html
index 945c3ec63..7a95fe1b9 100644
--- a/icon/eur/index.html
+++ b/icon/eur/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/exchange/index.html b/icon/exchange/index.html
index ccbd5faae..c10f3f1e9 100644
--- a/icon/exchange/index.html
+++ b/icon/exchange/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/exclamation-circle/index.html b/icon/exclamation-circle/index.html
index 988a75fff..a29493078 100644
--- a/icon/exclamation-circle/index.html
+++ b/icon/exclamation-circle/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/exclamation-triangle/index.html b/icon/exclamation-triangle/index.html
index c46aee4b1..244e37905 100644
--- a/icon/exclamation-triangle/index.html
+++ b/icon/exclamation-triangle/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/exclamation/index.html b/icon/exclamation/index.html
index 7e6543202..986ec6bcb 100644
--- a/icon/exclamation/index.html
+++ b/icon/exclamation/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/expand-o/index.html b/icon/expand-o/index.html
index 2c4926de6..ab38c23f8 100644
--- a/icon/expand-o/index.html
+++ b/icon/expand-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/external-link-square/index.html b/icon/external-link-square/index.html
index 902891058..c7521f950 100644
--- a/icon/external-link-square/index.html
+++ b/icon/external-link-square/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/external-link/index.html b/icon/external-link/index.html
index 2d4e02b13..212cd5c90 100644
--- a/icon/external-link/index.html
+++ b/icon/external-link/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/eye-slash/index.html b/icon/eye-slash/index.html
index 1c947ebfc..da31ab5ba 100644
--- a/icon/eye-slash/index.html
+++ b/icon/eye-slash/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/eye/index.html b/icon/eye/index.html
index db158e8a9..d62e35f6c 100644
--- a/icon/eye/index.html
+++ b/icon/eye/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/facebook-square/index.html b/icon/facebook-square/index.html
index 560c2f08d..88e80ff62 100644
--- a/icon/facebook-square/index.html
+++ b/icon/facebook-square/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/facebook/index.html b/icon/facebook/index.html
index 4d55b7e3b..a91c35a95 100644
--- a/icon/facebook/index.html
+++ b/icon/facebook/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/fast-backward/index.html b/icon/fast-backward/index.html
index 217a24ad9..27598b53e 100644
--- a/icon/fast-backward/index.html
+++ b/icon/fast-backward/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/fast-forward/index.html b/icon/fast-forward/index.html
index 9a6495f72..6a5899697 100644
--- a/icon/fast-forward/index.html
+++ b/icon/fast-forward/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/female/index.html b/icon/female/index.html
index 1509bf8a0..50d017d06 100644
--- a/icon/female/index.html
+++ b/icon/female/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/fighter-jet/index.html b/icon/fighter-jet/index.html
index edbf28769..0f2204ac4 100644
--- a/icon/fighter-jet/index.html
+++ b/icon/fighter-jet/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/file-o/index.html b/icon/file-o/index.html
index dd6993656..bf6903671 100644
--- a/icon/file-o/index.html
+++ b/icon/file-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/file-text-o/index.html b/icon/file-text-o/index.html
index 3b6e0337f..b60d76fb0 100644
--- a/icon/file-text-o/index.html
+++ b/icon/file-text-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/file-text/index.html b/icon/file-text/index.html
index cca75bf8f..5a3c7574e 100644
--- a/icon/file-text/index.html
+++ b/icon/file-text/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/file/index.html b/icon/file/index.html
index c83c7d44b..031301751 100644
--- a/icon/file/index.html
+++ b/icon/file/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/files-o/index.html b/icon/files-o/index.html
index 1448c7499..85fd6ecfc 100644
--- a/icon/files-o/index.html
+++ b/icon/files-o/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/film/index.html b/icon/film/index.html
index 30b349ef8..398ac0158 100644
--- a/icon/film/index.html
+++ b/icon/film/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/filter/index.html b/icon/filter/index.html
index 4a876bdc2..cb016c93a 100644
--- a/icon/filter/index.html
+++ b/icon/filter/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/fire-extinguisher/index.html b/icon/fire-extinguisher/index.html
index b599e1139..d7dfb7913 100644
--- a/icon/fire-extinguisher/index.html
+++ b/icon/fire-extinguisher/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/fire/index.html b/icon/fire/index.html
index 6b1f87a04..5926d1780 100644
--- a/icon/fire/index.html
+++ b/icon/fire/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/flag-checkered/index.html b/icon/flag-checkered/index.html
index 2657356dc..7aad0cc7c 100644
--- a/icon/flag-checkered/index.html
+++ b/icon/flag-checkered/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/flag-o/index.html b/icon/flag-o/index.html
index 5b5ca64b7..7edacf883 100644
--- a/icon/flag-o/index.html
+++ b/icon/flag-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/flag/index.html b/icon/flag/index.html
index c7c719417..68f67804c 100644
--- a/icon/flag/index.html
+++ b/icon/flag/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/flask/index.html b/icon/flask/index.html
index 25cbd0def..fbf9114b5 100644
--- a/icon/flask/index.html
+++ b/icon/flask/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/flickr/index.html b/icon/flickr/index.html
index b98ba6233..169b7f710 100644
--- a/icon/flickr/index.html
+++ b/icon/flickr/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/floppy-o/index.html b/icon/floppy-o/index.html
index d1a62dbd7..cdb6e886f 100644
--- a/icon/floppy-o/index.html
+++ b/icon/floppy-o/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/folder-o/index.html b/icon/folder-o/index.html
index ae7809cf4..a503ad32e 100644
--- a/icon/folder-o/index.html
+++ b/icon/folder-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/folder-open-o/index.html b/icon/folder-open-o/index.html
index 996720602..4d30f1952 100644
--- a/icon/folder-open-o/index.html
+++ b/icon/folder-open-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/folder-open/index.html b/icon/folder-open/index.html
index 133b86f22..49b300b2f 100644
--- a/icon/folder-open/index.html
+++ b/icon/folder-open/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/folder/index.html b/icon/folder/index.html
index d08c09d8c..072e7774f 100644
--- a/icon/folder/index.html
+++ b/icon/folder/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/font/index.html b/icon/font/index.html
index af1fbeb3e..fb7f7944f 100644
--- a/icon/font/index.html
+++ b/icon/font/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/forward/index.html b/icon/forward/index.html
index 438e5ec87..3547c102e 100644
--- a/icon/forward/index.html
+++ b/icon/forward/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/foursquare/index.html b/icon/foursquare/index.html
index d233c5c63..87a5ea856 100644
--- a/icon/foursquare/index.html
+++ b/icon/foursquare/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/frown-o/index.html b/icon/frown-o/index.html
index dc274ec2d..fd003c4b6 100644
--- a/icon/frown-o/index.html
+++ b/icon/frown-o/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/fullscreen/index.html b/icon/fullscreen/index.html
index 13ec932b7..abec75d39 100644
--- a/icon/fullscreen/index.html
+++ b/icon/fullscreen/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/gamepad/index.html b/icon/gamepad/index.html
index 40862dd2b..b6ad70885 100644
--- a/icon/gamepad/index.html
+++ b/icon/gamepad/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/gavel/index.html b/icon/gavel/index.html
index f38261aca..512e93be3 100644
--- a/icon/gavel/index.html
+++ b/icon/gavel/index.html
@@ -172,9 +172,9 @@
diff --git a/icon/gbp/index.html b/icon/gbp/index.html
index d978f6d17..f32aa0095 100644
--- a/icon/gbp/index.html
+++ b/icon/gbp/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/gift/index.html b/icon/gift/index.html
index 43f0c47fb..25c8924b7 100644
--- a/icon/gift/index.html
+++ b/icon/gift/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/github-alt/index.html b/icon/github-alt/index.html
index 16924de88..4fd50609e 100644
--- a/icon/github-alt/index.html
+++ b/icon/github-alt/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/github-square/index.html b/icon/github-square/index.html
index a02833b1a..8724cce20 100644
--- a/icon/github-square/index.html
+++ b/icon/github-square/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/github/index.html b/icon/github/index.html
index 46f0cf02c..d782f4dfd 100644
--- a/icon/github/index.html
+++ b/icon/github/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/gittip/index.html b/icon/gittip/index.html
index 79019a8f7..0234600d7 100644
--- a/icon/gittip/index.html
+++ b/icon/gittip/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/glass/index.html b/icon/glass/index.html
index 185bcc50f..956437719 100644
--- a/icon/glass/index.html
+++ b/icon/glass/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/globe/index.html b/icon/globe/index.html
index bc2414608..f804198d2 100644
--- a/icon/globe/index.html
+++ b/icon/globe/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/google-plus-square/index.html b/icon/google-plus-square/index.html
index fd5201a7f..6ffbf2a8e 100644
--- a/icon/google-plus-square/index.html
+++ b/icon/google-plus-square/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/google-plus/index.html b/icon/google-plus/index.html
index 8bf50d68d..e4d113014 100644
--- a/icon/google-plus/index.html
+++ b/icon/google-plus/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/group/index.html b/icon/group/index.html
index 6c22e1d6b..5b553c7cd 100644
--- a/icon/group/index.html
+++ b/icon/group/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/h-square/index.html b/icon/h-square/index.html
index 559e99b5c..846267afe 100644
--- a/icon/h-square/index.html
+++ b/icon/h-square/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/hand-o-down/index.html b/icon/hand-o-down/index.html
index 98c647d16..b569a7883 100644
--- a/icon/hand-o-down/index.html
+++ b/icon/hand-o-down/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/hand-o-left/index.html b/icon/hand-o-left/index.html
index eb87a972e..ad50988bd 100644
--- a/icon/hand-o-left/index.html
+++ b/icon/hand-o-left/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/hand-o-right/index.html b/icon/hand-o-right/index.html
index b3e6b5803..f55f00980 100644
--- a/icon/hand-o-right/index.html
+++ b/icon/hand-o-right/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/hand-o-up/index.html b/icon/hand-o-up/index.html
index f7100e113..0d04c31c8 100644
--- a/icon/hand-o-up/index.html
+++ b/icon/hand-o-up/index.html
@@ -167,9 +167,9 @@
diff --git a/icon/hdd/index.html b/icon/hdd-o/index.html
similarity index 91%
rename from icon/hdd/index.html
rename to icon/hdd-o/index.html
index aba07e48d..63b934d3f 100644
--- a/icon/hdd/index.html
+++ b/icon/hdd-o/index.html
@@ -9,7 +9,7 @@
- icon-hdd: Font Awesome Icons
+ icon-hdd-o: Font Awesome Icons
@@ -113,19 +113,19 @@