xref: /dpdk/doc/guides/custom.css (revision daa02b5cddbb8e11b31d41e2bf7bb1ae64dcae2f)
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