]> nos-oignons.net Git - website.git/blob - assets/bw_graphs.css
7fd6abeca1f8eb5d4fe4847557360e2d2c80f55f
[website.git] / assets / bw_graphs.css
1 #bandwidth .axis path,
2 #bandwidth .axis line {
3   fill: none;
4   stroke: #000;
5   shape-rendering: crispEdges;
6 }
7
8 #bandwidth form {
9   margin: auto;
10   width: 35em;
11 }
12
13 #bandwidth div {
14   float: left;
15   width: 7em;
16 }
17 #bandwidth svg {
18   clear: left;
19 }