version: 21.11-rc4
[dpdk.git] / doc / guides / custom.css
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 }