]> git.openstreetmap.org Git - rails.git/commitdiff
Remove text shadow
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 8 Nov 2013 22:53:35 +0000 (14:53 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 8 Nov 2013 22:53:35 +0000 (14:53 -0800)
app/assets/stylesheets/common.css.scss

index c8b9c856035de8731b2150fcde0483ed2073664e..fd72d348e8cc084119dfe0ea4b016c025924111f 100644 (file)
@@ -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;
         }