From 9ae64ffba9bbdb2261adfb7032fac144912d2579 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Sun, 24 Feb 2013 13:01:09 +0000 Subject: [PATCH] Added top padding to h2 elements so not under menubar --- docsite/_static/ansible-local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/_static/ansible-local.css b/docsite/_static/ansible-local.css index 9ad8e1f7742..5fb48d0498d 100644 --- a/docsite/_static/ansible-local.css +++ b/docsite/_static/ansible-local.css @@ -2,3 +2,7 @@ .dropdown-menu { overflow-y: auto; } + +h2 { + padding-top: 40px; +} \ No newline at end of file