Skip to content

Commit

Permalink
Style unordered sublists with circles
Browse files Browse the repository at this point in the history
Matches new Gutenberg 4.0rc1 editor styling, and default browser styles.

See WordPress/gutenberg#10358.
  • Loading branch information
nickcernis committed Oct 12, 2018
1 parent 510ad03 commit 0a51616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,11 @@ img.alignright,
list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
Expand Down

0 comments on commit 0a51616

Please sign in to comment.