Switch to outside list style

Bug: T150377
Change-Id: Ic5b90ab8e369d113f0f46c8c5d7b7a63951bcbd4
This commit is contained in:
jdlrobson 2017-11-02 10:56:51 -07:00
parent 10431c4ed1
commit b843fb2312
1 changed files with 3 additions and 1 deletions

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 {