enable ordered lists in styles.css

feature/cover-image
Ryan Streur 7 years ago committed by GitHub
parent 11e48cba33
commit 602ea46c0f

@ -275,10 +275,13 @@ ul {
} }
li { li {
list-style-type: circle;
list-style-position: inside; list-style-position: inside;
} }
ul>li {
list-style-type: circle;
}
/* Line Height */ /* Line Height */

Loading…
Cancel
Save