From 487707eacfbd0ab479c70be76b4c17f617a20fd1 Mon Sep 17 00:00:00 2001 From: Andy Matthews Date: Tue, 22 May 2012 12:43:50 -0500 Subject: [PATCH] Fix for font issue in Chrome on Windows. --- source/stylesheets/site.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 7364597906..8456e63e9e 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -318,6 +318,7 @@ $content-width: $page-width - $sidebar-width - $col-spacing; p { text-align: center; + text-shadow: 0 0 1px rgba(0,0,0,.5); } } }