2021-03-16 21:00:26 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright 2018 Mellanox Technologies, Ltd
|
|
|
|
*/
|
|
|
|
|
2018-02-12 17:13:44 +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;
|
|
|
|
}
|