mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
25 lines
347 B
CSS
25 lines
347 B
CSS
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.graph_container {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.graph {
|
|
position: relative;
|
|
min-height: 400px;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
svg {
|
|
border: 1px solid #aaa;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.legend {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0 0 0 0px;
|
|
}
|