summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-11-10 07:19:31 -0800
committerStan Hu <stanhu@gmail.com>2015-11-10 07:19:31 -0800
commit99c05363ea8ff53cfa9620b626325773d17bb575 (patch)
treecd328e4fcb63e004dc34e4f86e3b902ded22cab6 /app/assets/stylesheets/framework/typography.scss
parent7181fdd23e1744e1a1d794dad2d115f0d2b97f95 (diff)
downloadgitlab-ce-99c05363ea8ff53cfa9620b626325773d17bb575.tar.gz
Remove CSS property preventing hard tabs from rendering in Chromium 45
This is to workaround a bug in Chromium 45 (https://code.google.com/p/chromium/issues/detail?id=446434), which is the default browser in Ubuntu 14.04 and older. Closes #3220
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index e6558a23858..ba0312ba0db 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -173,7 +173,6 @@
*
*/
body {
- text-rendering:optimizeLegibility;
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}