]> nos-oignons.net Git - website.git/blob - assets/weights_graphs.css
ca1207ce90b56b4f96669dcc69e535510f6d909f
[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   width: 35em;
11 }
12
13 #weights div {
14   float: left;
15   width: 7em;
16 }
17 #weights svg {
18   clear: left;
19 }