From 302353aa3b90bf3b70d33f05e6c78754d2f1bc7a Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 24 May 2016 23:49:18 +0200 Subject: begins the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I560725dfa5dd7ab1ae5e91b45f5ba613c3a2c1de Signed-off-by: José Bollo --- doc/doc.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/doc.css (limited to 'doc/doc.css') diff --git a/doc/doc.css b/doc/doc.css new file mode 100644 index 00000000..c11082fd --- /dev/null +++ b/doc/doc.css @@ -0,0 +1,15 @@ +body { + background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top; + font-family: "Verdana"; + color: #000; +} + +h1, h2, h3 { color: #306; } + +pre { + border: medium dashed #306; + background: #ccc; + margin-left: 4em; + padding: 1em; +} + -- cgit 1.2.3-korg