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:
authorDave Gandy <dave@davegandy.com>2015-01-20 20:56:00 +0300
committerDave Gandy <dave@davegandy.com>2015-01-20 20:56:00 +0300
commit0810752c860b540e5f70a9d5de75e1543b75fa62 (patch)
tree7852c217786895ac10ec4c32cfa5b4aa7fec2221 /less/mixins.less
parente89ffba6956c89338c7fb89173aad8d42eea744c (diff)
adding new icons, transportation and gender categories
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less
index b5e0702fc..c97f4604c 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -8,6 +8,7 @@
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+ transform: translate(0, 0); // ensures no half-pixel rendering in firefox
}