File: custom.css

package info (click to toggle)
diskcache 5.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,364 kB
  • sloc: python: 7,026; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
table {
    font-size: 80%;
    width: 100%;
}

#comparison table {
    display: block;
    overflow: scroll;
}

th.head {
    text-align: center;
}

div.body {
    min-width: 240px;
}