File: custom.css

package info (click to toggle)
dpdk 24.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 121,148 kB
  • sloc: ansic: 2,206,055; python: 11,866; sh: 4,627; makefile: 2,025; awk: 70
file content (24 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright 2018 Mellanox Technologies, Ltd
 */

/* Override readthedocs theme */

/* Set full width for all responsive tables of a page.
 * Usage: insert the following line in the doc.
 *        .. rst-class:: widepage
 */
@media screen and (min-width: 1100px) {
    .wy-nav-content-wrap:has(.widepage) {
        background: #fcfcfc !important;
    }
    .wy-nav-content:has(.widepage) .wy-table-responsive {
        overflow: visible !important;
    }
}

/* 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;
}