diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 8 |
1 files 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; |