issue #227: don't force all <li> to have 'disc' style

This commit is contained in:
Steve Donovan 2016-06-27 12:40:53 +02:00
parent 2f71eabd9f
commit 9f259c59be
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ del,ins {
text-decoration: none;
}
li {
list-style: disc;
// list-style: disc;
margin-left: 20px;
}
caption,th {