File: rules.css

package info (click to toggle)
prometheus 2.42.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,628 kB
  • sloc: javascript: 2,423; yacc: 587; sh: 378; lex: 183; makefile: 179
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;
}