Removes text shadow on ul elements.

This commit is contained in:
Brian Dant 2013-10-06 06:02:57 -04:00
parent 044fbfecf1
commit 265da13d1e

View File

@ -93,7 +93,7 @@ ul {
margin-left: 0; margin-left: 0;
padding-left: 1em; padding-left: 1em;
text-indent: -1em; text-indent: -1em;
text-shadow: 0 2px 1px #fff; text-shadow: none;
line-height: 1.4; line-height: 1.4;
} }