xref: /dpdk/doc/guides/custom.css (revision 25d11a86c56d50947af33d0b79ede622809bd8b9)
1/* Override readthedocs theme */
2
3/* Spacing before a list item must be bigger than spacing inside the item.
4 * Complex list items start with a p.first element. */
5.section li > .first {
6	margin-top: 18px;
7}
8