summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-10 13:15:18 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-11-10 13:15:18 -0500
commitafcced01e579cb75d876c4612fc09e87d1502da6 (patch)
treed80cce752178acb0f3bda6235baead7c166441c2
parent9b5d275320432e2c7b78be0721e5305cf003b501 (diff)
downloadgitlab-ce-afcced01e579cb75d876c4612fc09e87d1502da6.tar.gz
Remove text-rendering property
Closes #3220 [ci skip]
-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;
}
}