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 19:11:34 +0400
committerdavegandy <dave@davegandy.com>2013-10-22 19:11:34 +0400
commit2879ed25addd03583cd6e5d85d40775f6ae3b8c4 (patch)
tree7000604ef22754248354cd6c85dde9b1db644104 /less/core.less
parent4628990555baa7c64182702c4c6e79d067d5d2b5 (diff)
refactoring and documenting fixed width icon class
Diffstat (limited to 'less/core.less')
-rw-r--r--less/core.less12
1 files changed, 4 insertions, 8 deletions
diff --git a/less/core.less b/less/core.less
index ffa63ba30..1de234769 100644
--- a/less/core.less
+++ b/less/core.less
@@ -17,14 +17,10 @@
line-height: (3em / 4);
vertical-align: -15%;
}
-/* increased font size for icon-lg */
-.@{fa-css-prefix}-fixed-width {
- width: (16em / 14);
- padding-right: (4em / 14);
- text-align: right;
- &.@{fa-css-prefix}-lg {
- width: (20em / 14);
- }
+
+.@{fa-css-prefix}-fw {
+ width: (18em / 14);
+ text-align: center;
}