blob: c87c60611929d8f2ea6de5eb87c07e913de07d1c (
plain)
1
2
3
4
5
6
7
|
/* Override readthedocs theme */
/* Spacing before a list item must be bigger than spacing inside the item.
* Complex list items start with a p.first element. */
.section li > .first {
margin-top: 18px;
}
|