Merge pull request #37 from flypenguin/master

update UL list style
feature/cover-image
Hang Jiang 7 years ago committed by GitHub
commit 9b92727160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -271,11 +271,13 @@ ul {
}
li {
list-style-position: inside;
list-style-position: outside;
/* text-indent: -1.5em; */
margin-left: 1.5em;
}
ul>li {
list-style-type: circle;
list-style-type: disc;
}

Loading…
Cancel
Save