mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-01-31 18:49:14 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user