From 754e28174fe4433b180d53cc9d36aeadf9a55ed1 Mon Sep 17 00:00:00 2001 From: rich Date: Mon, 20 Sep 2004 12:37:24 +0000 Subject: [PATCH] Don't position editmenu absolutely. --- html/_css/easyweb.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/_css/easyweb.css b/html/_css/easyweb.css index 4c5d2dd..df99b7c 100644 --- a/html/_css/easyweb.css +++ b/html/_css/easyweb.css @@ -1,5 +1,5 @@ /* Stylesheet for EWM. - * $Id: easyweb.css,v 1.3 2004/09/20 12:31:29 rich Exp $ + * $Id: easyweb.css,v 1.4 2004/09/20 12:37:24 rich Exp $ */ /* Based on the standard stylesheet. */ @@ -44,8 +44,7 @@ ul#bottommenu li { } ul#editmenu { - position: absolute; - top: 20em; + margin-top: 4em; list-style-type: square; } -- 1.8.3.1