mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
25 lines
329 B
CSS
25 lines
329 B
CSS
body {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
th.job_header {
|
|
font-size: 20px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.error_text {
|
|
padding: 0 4px 0 4px;
|
|
}
|
|
|
|
/*
|
|
* This reduces the spacing between the bootstrap navbar and the content below.
|
|
*/
|
|
div.navbar {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.literal_output td {
|
|
font-family: monospace;
|
|
}
|