File: wsme.css

package info (click to toggle)
python-wsme 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 956 kB
  • ctags: 1,831
  • sloc: python: 8,452; makefile: 138
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;
}