prometheus/web/ui/static/css/rules.css

13 lines
190 B
CSS
Raw Normal View History

2017-11-17 07:18:34 -08:00
table th td {
border: 1px solid black;
}
table th tr td h2 {
font-size: 26px;
}
.rule_cell {
white-space: pre;
background-color: #F5F5F5;
display: block;
font-family: monospace;
}