doc/Network: Make the diagram fit the style of the page
authornicoo <nicoo@realraum.at>
Tue, 3 Jul 2018 17:37:47 +0000 (19:37 +0200)
committernicoo <nicoo@realraum.at>
Sat, 7 Jul 2018 18:45:40 +0000 (20:45 +0200)
doc/Network/overview.dot

index 1f14f23..3cd73b7 100644 (file)
@@ -1,7 +1,10 @@
 digraph network {
   label="r³ network overview";
-  node [ shape=none ];
-  edge [ lblstyle="above, sloped" ];
+  graph [ bgcolor="#ff000000" fontname="Liberation Sans" fontcolor="#c0c0c0" ];
+  node [ shape=none fontname="Liberation Sans" fontcolor="#c0c0c0" ];
+  edge [fontname="Liberation Sans"
+        fontcolor="#c0c0c0" color="#c0c0c0"
+  ];
 
   public  [ label="Public (36)\n89.106.211.64/27" ]
   inet    [ label="Internet" ]