File: rules.css

package info (click to toggle)
prometheus 2.7.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,912 kB
  • sloc: lex: 171; sh: 155; makefile: 78
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;
}