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:
authorGeremia Taglialatela <tagliala.dev@gmail.com>2013-08-21 15:18:37 +0400
committerGeremia Taglialatela <tagliala.dev@gmail.com>2013-08-21 15:18:37 +0400
commit7f04830e12e245c638bf9a4c0f4bebdb9e475d7e (patch)
treeef738d203cb26bc1ddd26fc771f61471c845ace9 /less/mixins.less
parent4f24465ea5bff8e6bf9d852765e0adb2b8cbe86b (diff)
Using recess property order (Fixes #1157)
Rebuilt assets
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/less/mixins.less b/less/mixins.less
index e41959936..976f0f185 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -7,13 +7,13 @@
}
.icon-FontAwesome() {
+ *margin-right: .3em; // fixes ie7 issues
font-family: FontAwesome;
- font-weight: normal;
+ -webkit-font-smoothing: antialiased;
font-style: normal;
+ font-weight: normal;
text-decoration: inherit;
- -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- *margin-right: .3em; // fixes ie7 issues
}
.border-radius(@radius) {
@@ -32,18 +32,18 @@
vertical-align: -35%;
[class^="icon-"],
[class*=" icon-"] {
- display: block;
- text-align: center;
position: absolute;
+ display: block;
width: 100%;
height: 100%;
font-size: @top-font-size;
line-height: inherit;
*line-height: @height;
+ text-align: center;
}
.icon-stack-base {
font-size: @base-font-size;
- *line-height: @height / @base-font-size;
+ *line-height: (@height / @base-font-size);
}
}
}