File: custom.css

package info (click to toggle)
node-esprima 4.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,432 kB
  • sloc: makefile: 155; python: 39; sh: 2
file content (16 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
div.section pre {
    padding: 7px;
}

div.section table {
    border-collapse: collapse;
}

div.section table, div.section th, div.section td {
    border: 1px solid #bbb;
    padding: 8px;
}

div.section table tr th {
    background-color: #eee;
}