Files
OpenSpace/monitor/style.css
2016-06-27 18:08:26 -04:00

25 lines
260 B
CSS

body {
font: 10px sans-serif;
}
#start-stop{
display: block;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}