BGP-Ranking/website/web/static/linegraph.css

17 lines
213 B
CSS
Raw Normal View History

2018-05-31 15:48:11 +02:00
body { font: 12px Arial;}
path {
stroke: steelblue;
stroke-width: 2;
fill: none;
}
.axis path,
.axis line {
fill: none;
stroke: grey;
stroke-width: 1;
shape-rendering: crispEdges;
}