From 992af0b9d77cb4fbac2c37ef8d5896042d67a2a3 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Wed, 22 Jul 2015 05:02:10 +0200 Subject: Doc: sync from Wiki, generate HTML Closes #291 Fixes #227 Modifications - HTML content: match the new Wiki structure - Makefile - generate a custom HTML sidebar - include the sidebar on all pages - infer and prepend page titles - handle relative links - add title metadata, e.g. Shaarli - Signed-off-by: VirtualTam --- doc/github-markdown.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/github-markdown.css') diff --git a/doc/github-markdown.css b/doc/github-markdown.css index 2b853b3f..581350ae 100644 --- a/doc/github-markdown.css +++ b/doc/github-markdown.css @@ -1,3 +1,13 @@ +#local-sidebar { + width: 230px; + float: right; + position: relative; + z-index: 4; + background-color: #fff; + border: 1px solid #e2e2e2; + border-radius: 3px; +} + body { font-family: Helvetica, arial, sans-serif; font-size: 14px; -- cgit v1.2.3