X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/29308b629a3fe9aee088ba984fe8f595f2f6275f..4c2924543ea0f426c3342fe8430ca606a6dbc85c:/assets/weights_graphs.css diff --git a/assets/weights_graphs.css b/assets/weights_graphs.css new file mode 100644 index 0000000..ca1207c --- /dev/null +++ b/assets/weights_graphs.css @@ -0,0 +1,19 @@ +#weights .axis path, +#weights .axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} + +#weights form { + margin: auto; + width: 35em; +} + +#weights div { + float: left; + width: 7em; +} +#weights svg { + clear: left; +}