File: default.css

package info (click to toggle)
flint 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68,996 kB
  • sloc: ansic: 915,350; asm: 14,605; python: 5,340; sh: 4,512; lisp: 2,621; makefile: 787; cpp: 341
file content (23 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import url("pygments.css");
@import url("classic.css");

body { font-family: "arial", sans-serif; }

div .toctree-wrapper { column-count: 2; }

div .toctree-wrapper > ul { margin: 0; }

ul .toctree-l1 { 
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

div.body {
    min-width: 450px;
    max-width: 100%;
}

li p { margin: 0.2em; }