From: Thierry Parmentelat Date: Fri, 21 Dec 2012 14:56:24 +0000 (+0100) Subject: topmenu centered in banner X-Git-Tag: myslice-django-0.1-1~97^2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=0ab6e6b616eae853882e0058445d552ae20aaf5c;hp=9b06313f8abbe19df1a706f328c66c07331c56ff;p=unfold.git topmenu centered in banner --- 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 @@