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
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-10 21:15:18 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-11-10 21:15:18 +0300
commitafcced01e579cb75d876c4612fc09e87d1502da6 (patch)
treed80cce752178acb0f3bda6235baead7c166441c2 /app/assets/stylesheets/framework/layout.scss
parent9b5d275320432e2c7b78be0721e5305cf003b501 (diff)
Remove text-rendering property
Closes #3220 [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index c7b3b60e769..b91c15d8910 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -5,7 +5,6 @@ html {
body {
padding-top: $header-height;
- text-rendering: geometricPrecision;
}
}