From d7d3201165c853205e2022ad19455d56f496cb8e Mon Sep 17 00:00:00 2001 From: ddivernois Date: Mon, 26 Jan 2015 14:57:29 +0100 Subject: [PATCH] Adding some padding for titles in the documentation. This fixes the scroll position when clicking on a link to a title (so that the title is visible, and not hidden behind the header). --- tasks/templates/documentation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/templates/documentation.html b/tasks/templates/documentation.html index 7e44c2e..6488a4e 100644 --- a/tasks/templates/documentation.html +++ b/tasks/templates/documentation.html @@ -22,6 +22,9 @@ ol, ul { padding-left: 30px; } + h1 { + padding-top: 50px; + }