From 680ed6e0c3c09b61bffcd36b76705f892c587124 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 15 Apr 2014 12:44:11 +0200 Subject: [PATCH] Remove kerning --- src/sass/_scaffolding.scss | 2 -- src/sass/views/_mail-list.scss | 1 - 2 files changed, 3 deletions(-) diff --git a/src/sass/_scaffolding.scss b/src/sass/_scaffolding.scss index ea48dc1..fcc60c3 100755 --- a/src/sass/_scaffolding.scss +++ b/src/sass/_scaffolding.scss @@ -19,7 +19,6 @@ body { line-height: $line-height-base; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-feature-settings: "kern"; height: 100%; } @@ -33,7 +32,6 @@ textarea { line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-feature-settings: "kern"; } // add space at the top since ios7 apps are now fullscreen diff --git a/src/sass/views/_mail-list.scss b/src/sass/views/_mail-list.scss index 6a9444a..107f966 100755 --- a/src/sass/views/_mail-list.scss +++ b/src/sass/views/_mail-list.scss @@ -4,7 +4,6 @@ position: relative; height: 100%; width: 100%; - background: $color-grey-lighterer; background-image: linear-gradient(to right ,$color-grey-lighterer 98%, darken($color-grey-lighterer, 1%) 100%);