File: custom.css

package info (click to toggle)
python-clickhouse-driver 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,516 kB
  • sloc: python: 10,950; pascal: 42; makefile: 31; sh: 3
file content (18 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

table.table-small-text {
    font-size: small;
}


table.table-center-header thead tr th {
    text-align: center;
}


table.table-right-text-align-results tbody tr td {
    text-align: right;
}

table.table-right-text-align-results tbody tr td:first-child {
    text-align: inherit;
}