From f9ac67be7346ba42bd22f52ddb70853f693ba080 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2014 17:10:24 +0200 Subject: clean template: do not hide menu by default --- cgi/templates/layouts/default.html.ep | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 2c0f858..cb1e99e 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -22,19 +22,15 @@ div.displayclean { background-color:#F8F8F8; - position:absolute; - top:5px; - left:5px; border-width:1px 2px; width:100%; + margin-bottom: 5em; } div.displayclean > ul { - position:absolute; + position:relative; width:100%; background-color:#F8F8F8; - top: -3px; - left: 0; list-style-type:none; margin:0; -- cgit v1.2.3