File: custom.css

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 421 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
div.body {
    text-align: left;
}
div.document p, div.document ul {
    margin-top: 0;
    margin-bottom: 1em;
}
div.document ul ul {
    margin-top: 0;
    margin-bottom: .5em;
}
.field-name {
    padding-right: .5em;
}
table.field-list p, table.field-list ul {
    margin-bottom: .5em;
}
table {
    border-collapse: collapse;
    margin-bottom: 1em;
}
table.docutils td, table.docutils th {
    padding: .2em .5em;
}