File: wsme.css

package info (click to toggle)
python-wsme 0.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: python: 6,064; makefile: 27; javascript: 8
file content (27 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (7)
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
@import "agogo.css";

table.docutils {
    margin: 0;
    padding: 0;
    border: 1;
}

table.docutils th {
    margin: 0;
    padding: 0;
    border: 0;
}

table.docutils thead tr {
}

table.docutils td {
    margin: 0;
    padding: 0;
    border: 0;
}

table.docutils tr.row-odd {
    background: #EEEEEC;
}