From bd3d04b0611f0a670b26dbace9c7407ca01e6121 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Wed, 20 Feb 2019 15:29:14 +0100 Subject: [PATCH] center svg on website --- website/content/de/01_Navigation/01_mark2web/README.md | 5 +++++ website/project-files/css/main.css | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/website/content/de/01_Navigation/01_mark2web/README.md b/website/content/de/01_Navigation/01_mark2web/README.md index c0c72f0..0d57fe5 100644 --- a/website/content/de/01_Navigation/01_mark2web/README.md +++ b/website/content/de/01_Navigation/01_mark2web/README.md @@ -28,6 +28,11 @@ graph TD classDef out stroke-width:5px,stroke:#b5c50f,fill:#ccc class M,C,D,A in class W out + + click C "../benutzung/konfiguration" "Doku: Benutzung/Konfiguration" + click M "../benutzung/inhalte" "Doku: Benutzung/Inhalte" + click A "../benutzung/inhalte" "Doku: Benutzung/Inhalte" + click D "../benutzung/templates" "Doku: Benutzung/Templates" ```