Skip to content

Commit

Permalink
Edit CSS for ul/ol
Browse files Browse the repository at this point in the history
  • Loading branch information
adisaktijrs committed Oct 11, 2020
1 parent 33c4e57 commit 39de70f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/css/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,13 @@ label>.label-body {
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
list-style: circle inside;
list-style: circle outside;
margin-left: 2rem;
}

ol {
list-style: decimal inside;
list-style: decimal outside;
margin-left: 2rem;
}

ol, ul {
Expand Down

0 comments on commit 39de70f

Please sign in to comment.