Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2016-04-12 16:16:18 +0300
committerBrian Talbot <hi.talbs@gmail.com>2016-04-12 16:50:04 +0300
commitfbdf8ba38efc567f1702bb96e49775511670933c (patch)
treed93c90895caea5bb745e7f8ab6fd62a9c93a179a /less
parent7d984cd4a11459f019ae74de8759d53c03e924dd (diff)
Updating config with 4.6.1 version numer
Diffstat (limited to 'less')
-rw-r--r--less/font-awesome.less2
-rw-r--r--less/variables.less4
2 files changed, 3 insertions, 3 deletions
diff --git a/less/font-awesome.less b/less/font-awesome.less
index 6b689cb55..767096008 100644
--- a/less/font-awesome.less
+++ b/less/font-awesome.less
@@ -1,5 +1,5 @@
/*!
- * Font Awesome 4.6.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
diff --git a/less/variables.less b/less/variables.less
index e255588ed..8118e8f70 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -4,9 +4,9 @@
@fa-font-path: "../fonts";
@fa-font-size-base: 14px;
@fa-line-height-base: 1;
-//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.0/fonts"; // for referencing Bootstrap CDN font files directly
+//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
-@fa-version: "4.6.0";
+@fa-version: "4.6.1";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);