From: rich Date: Mon, 20 Sep 2004 12:37:24 +0000 (+0000) Subject: Don't position editmenu absolutely. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=754e28174fe4433b180d53cc9d36aeadf9a55ed1;p=cocanwiki.git Don't position editmenu absolutely. --- 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; }