File: custom.css

package info (click to toggle)
python-aioitertools 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 2,025; makefile: 49
file content (24 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
div.omnilib {
    margin-top: 24px;
}

div.omnilib-badges {
    margin-top: 12px;
    margin-bottom: 10px;
}

div.omnilib-badges a {
    color: #bbb;
    text-decoration: none;
    font-size: 24px;
    border: none;
}

div.omnilib-badges a:hover {
    color: #777;
    border: none;
}

dl.class, dl.function, dl.attribute {
    margin-bottom: 15px;
}