mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
13 lines
190 B
CSS
13 lines
190 B
CSS
|
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;
|
||
|
}
|