]> nos-oignons.net Git - website.git/blobdiff - assets/weights_graphs.css
Services : Ajout d'un graphe avec l'historique du poid dasn le consensus et de la...
[website.git] / assets / weights_graphs.css
diff --git a/assets/weights_graphs.css b/assets/weights_graphs.css
new file mode 100644 (file)
index 0000000..ca1207c
--- /dev/null
@@ -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;
+}