From 305107093028206bcf5622c807710283edec8997 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 26 Aug 2013 15:20:55 +0200 Subject: [PATCH] Add editable link on user documentation --- pages/user_documentation.rst | 2 ++ static/css/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 9bc1b8b8..89ef5652 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -9,6 +9,8 @@ :Abstract: This document is a description for installing and using the Radicale calendar and contact Server. +.. editable:: + .. contents:: :depth: 3 diff --git a/static/css/style.css b/static/css/style.css index ceb90400..abf1eab8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -259,7 +259,7 @@ aside > header { margin-top:-1em; } -#rss { +#rss, #editable { background-color: #a40000; position: fixed; right: 20px;