issue #227: don't force all <li> to have 'disc' style
This commit is contained in:
parent
2f71eabd9f
commit
9f259c59be
|
@ -29,7 +29,7 @@ del,ins {
|
|||
text-decoration: none;
|
||||
}
|
||||
li {
|
||||
list-style: disc;
|
||||
// list-style: disc;
|
||||
margin-left: 20px;
|
||||
}
|
||||
caption,th {
|
||||
|
|
Loading…
Reference in New Issue