Merge pull request #14 from briandant/gh-pages

Removes text shadow on `ul` elements. (Whoops!)
This commit is contained in:
Daniel Kummer 2013-10-17 00:56:51 -07:00
commit c9d4d56796

View File

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