7 lines
172 B
CSS
7 lines
172 B
CSS
/**
|
|
* SPDX-FileCopyrightText: 2020 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
li.toctree-l2:first-child {
|
|
display: none;
|
|
} |