xref: /dpdk/doc/guides/custom.css (revision bbbe38a6d59ccdda25917712701e629d0b10af6f)
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018 Mellanox Technologies, Ltd
3 */
4
5/* Override readthedocs theme */
6
7/* Spacing before a list item must be bigger than spacing inside the item.
8 * Complex list items start with a p.first element. */
9.section li > .first {
10	margin-top: 18px;
11}
12