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
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-10-22 23:55:08 +0400
committerdavegandy <dave@davegandy.com>2013-10-22 23:55:08 +0400
commit448d3ddb7f382df99f08260f9ffe18672a738fa0 (patch)
tree7618c516c488b3e71167833681fce89635188458 /less/fixed-width.less
parent2879ed25addd03583cd6e5d85d40775f6ae3b8c4 (diff)
re-writing & simplifying stacked icons, massive re-organization of less include files
Diffstat (limited to 'less/fixed-width.less')
-rw-r--r--less/fixed-width.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/less/fixed-width.less b/less/fixed-width.less
new file mode 100644
index 000000000..110289f2f
--- /dev/null
+++ b/less/fixed-width.less
@@ -0,0 +1,6 @@
+// Fixed Width Icons
+// -------------------------
+.@{fa-css-prefix}-fw {
+ width: (18em / 14);
+ text-align: center;
+}