f-stack/dpdk/doc/guides/custom.css

12 lines
299 B
CSS
Raw Normal View History

2022-09-06 04:00:10 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2018 Mellanox Technologies, Ltd
*/
2019-06-25 11:12:58 +00:00
/* 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;
}