Remove text shadow

This commit is contained in:
John Firebaugh 2013-11-08 14:53:35 -08:00
parent 3cc93345ef
commit d6507a5882

View 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;
}