File: rules.css

package info (click to toggle)
prometheus 2.24.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,576 kB
  • sloc: javascript: 2,471; yacc: 555; asm: 297; sh: 215; lex: 180; makefile: 157
file content (12 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
table th td {
    border: 1px solid black;
}
table th tr td h2 {
  font-size: 26px;
}
.rule_cell {
 white-space: pre-wrap;
 background-color: #F5F5F5;
 display: block;
 font-family: monospace;
}