]> nos-oignons.net Git - website.git/blob - assets/bw_graphs.css
Mise à jour des traductios
[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   text-align: center;
11 }
12
13 #bandwidth .graph-period div {
14   display: inline-block;
15   vertical-align: middle;
16   min-width: 6em;
17 }
18 #bandwidth svg {
19   clear: left;
20 }