mirror of https://github.com/F-Stack/f-stack.git
12 lines
299 B
CSS
12 lines
299 B
CSS
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright 2018 Mellanox Technologies, Ltd
|
|
*/
|
|
|
|
/* 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;
|
|
}
|