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:
authorGeremia Taglialatela <tagliala.dev@gmail.com>2015-07-26 17:43:08 +0300
committerDave Gandy <dave@davegandy.com>2015-07-29 00:54:59 +0300
commit43161a1b84715c05aec3403bedaa1cdc1e9c5484 (patch)
tree4fe9645ef8efdde46d605d51a515227614ec7650 /less
parent7cde41ea934f43e66dc123ea6411d8535b50a4f7 (diff)
Bump up version
Diffstat (limited to 'less')
-rw-r--r--less/bordered-pulled.less2
-rw-r--r--less/font-awesome.less2
-rw-r--r--less/variables.less4
3 files changed, 4 insertions, 4 deletions
diff --git a/less/bordered-pulled.less b/less/bordered-pulled.less
index ae60abf1e..f1c8ad75f 100644
--- a/less/bordered-pulled.less
+++ b/less/bordered-pulled.less
@@ -15,7 +15,7 @@
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
}
-/* Deprecated as of 4.3.1 */
+/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }
diff --git a/less/font-awesome.less b/less/font-awesome.less
index e30a66a11..e3f89c8f6 100644
--- a/less/font-awesome.less
+++ b/less/font-awesome.less
@@ -1,5 +1,5 @@
/*!
- * Font Awesome 4.3.1 by @davegandy - http://fontawesome.io - @fontawesome
+ * Font Awesome 4.4.0 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 a85ed8e87..cd77778c5 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.3.1/fonts"; // for referencing Bootstrap CDN font files directly
+//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
-@fa-version: "4.3.1";
+@fa-version: "4.4.0";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);