From: John Firebaugh Date: Fri, 8 Nov 2013 22:53:35 +0000 (-0800) Subject: Remove text shadow X-Git-Tag: live~4653^2~133 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d6507a5882a3a4dae12beed712a1770b076f31a5?hp=3cc93345ef59eb6940c6aebd0280cac991b72fc4 Remove text shadow --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c8b9c8560..fd72d348e 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -755,11 +755,6 @@ nav.secondary { font-size: 16px; text-stroke: 2px #fff; background: rgba(255,255,255,.9); - text-shadow: - -2px -2px 1px #fff, - 2px -2px 1px #fff, - -2px 2px 1px #fff, - 2px 2px 1px #fff; input[type="radio"] { display: none; }