File: rftheme.css_t

package info (click to toggle)
python-asyncssh 2.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,464 kB
  • sloc: python: 40,306; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@import url("classic.css");

.tight-list * {
    line-height: 110% !important;
    margin: 0 0 3px !important;
}

div.sphinxsidebar {
    top: 0;
}

div.sphinxsidebarwrapper {
    padding-top: 8px;
}

div.body p, div.body dd, div.body li {
    text-align: left;
}

tt, .note tt {
    font-size: 1.15em;
    background: none;
}

div.body p.rubric {
    font-size: 1.3em;
    margin: 15px 0 5px;
}