From: nicoo <nicoo@realraum.at>
Date: Tue, 3 Jul 2018 17:37:47 +0000 (+0200)
Subject: doc/Network: Make the diagram fit the style of the page
X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=630ca7a0d0f8bacb9d10f4753333917f5244d81a;p=noc.git

doc/Network: Make the diagram fit the style of the page
---

diff --git a/doc/Network/overview.dot b/doc/Network/overview.dot
index 1f14f23..3cd73b7 100644
--- a/doc/Network/overview.dot
+++ b/doc/Network/overview.dot
@@ -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" ]