From 0ab6e6b616eae853882e0058445d552ae20aaf5c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Dec 2012 15:56:24 +0100 Subject: [PATCH] topmenu centered in banner --- static/css/topmenu.css | 6 +++++- templates/widget-topmenu.html | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/css/topmenu.css b/static/css/topmenu.css index ac3d29a3..5e98493e 100644 --- a/static/css/topmenu.css +++ b/static/css/topmenu.css @@ -1,5 +1,9 @@ /* this is to get the content below the navbar */ body { padding-top: 60px; - padding-bottom: 40px; + padding-bottom: 20px; +} + +div.topmenu { + padding-top: 7px; } diff --git a/templates/widget-topmenu.html b/templates/widget-topmenu.html index 7e4a8b20..97d20f1f 100644 --- a/templates/widget-topmenu.html +++ b/templates/widget-topmenu.html @@ -7,7 +7,7 @@ -- 2.43.0