prometheus/web/static/css/prometheus.css

25 lines
329 B
CSS
Raw Normal View History

2013-01-17 22:47:38 +00:00
body {
2013-07-24 01:14:40 +00:00
padding-top: 40px;
2013-01-17 22:47:38 +00:00
}
2013-07-24 10:37:51 +00:00
th.job_header {
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
2013-07-24 10:37:51 +00:00
.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;
}