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:
authordavegandy <dave@davegandy.com>2013-10-22 17:58:07 +0400
committerdavegandy <dave@davegandy.com>2013-10-22 17:58:07 +0400
commit4628990555baa7c64182702c4c6e79d067d5d2b5 (patch)
tree96a812e817dda1afdee95acbe0605bd161ee6c6f /less
parent0ebb96888ffc42da038ef8ac07781bcef874e41e (diff)
adding form controls section to docs, adding radio checked icon
Diffstat (limited to 'less')
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 1 deletions
diff --git a/less/icons.less b/less/icons.less
index f525c42ff..0bb2e2210 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -149,7 +149,6 @@
.@{fa-css-prefix}-upload:before { content: @fa-var-upload; }
.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; }
.@{fa-css-prefix}-phone:before { content: @fa-var-phone; }
-.@{fa-css-prefix}-unchecked:before,
.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; }
.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; }
.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; }
@@ -406,3 +405,4 @@
.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; }
.@{fa-css-prefix}-toggle-left:before,
.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; }
+.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
diff --git a/less/variables.less b/less/variables.less
index c3967c8ac..9558b59b3 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -377,4 +377,5 @@
@fa-var-arrow-circle-o-right: "\f18e";
@fa-var-arrow-circle-o-left: "\f190";
@fa-var-caret-square-o-left: "\f191";
+@fa-var-dot-circle-o: "\f192";