File size: 321 Bytes
032e687 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.rst-content .section ol li>*, .rst-content .section ul li>* {
margin-top: 0px;
margin-bottom: 0px;
}
.rst-content .section ol li>*, .rst-content .section li ul>* {
margin-top: 0px;
margin-bottom: 0px;
}
.rst-content .section ol li>*, .rst-content .section ul li ul {
margin-top: 0px;
margin-bottom: 0px;
}
|