]> nos-oignons.net Git - website.git/blob - assets/weights_graphs.css
Traduction don Framasoft en anglais
[website.git] / assets / weights_graphs.css
1 #weights .axis path,
2 #weights .axis line {
3   fill: none;
4   stroke: #000;
5   shape-rendering: crispEdges;
6 }
7
8 #weights form {
9   margin: auto;
10   text-align: center;
11 }
12
13 #weights .graph-period div {
14   display: inline-block;
15   vertical-align: middle;
16   min-width: 6em;
17 }
18 #weights svg {
19   clear: left;
20 }