Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-09 22:13:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-09 22:13:08 +0400
commita215dbe43a7eff508b46a757dd29e6bc71b29c43 (patch)
tree7147762d214ea2cf1ba6935d5c6f1eb1be208aa2 /app
parentbc82b2f803a0503965258cd7c32b2893b717ce19 (diff)
Use antialiased font-smoothing for webkit
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index b57fe826b09..1615cd79259 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -5,6 +5,7 @@ html {
/** LAYOUT **/
body {
+ -webkit-font-smoothing: antialiased;
margin-bottom: 20px;
}