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