Merge "Switch to outside list style"

This commit is contained in:
jenkins-bot 2017-11-03 20:56:33 +00:00 committed by Gerrit Code Review
commit 9cb8130a0a

View file

@ -1,6 +1,8 @@
.content {
ul {
list-style: square inside;
list-style: square outside;
padding-left: 1em;
& > li > ul {
list-style-type: disc;
& > li > ul {