mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-01-19 04:19:33 +01:00
Merge pull request #14 from briandant/gh-pages
Removes text shadow on `ul` elements. (Whoops!)
This commit is contained in:
commit
c9d4d56796
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user