prometheus/web/static/css/graph.css

24 lines
312 B
CSS
Raw Normal View History

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-
}