From 2ad233be830b0d6381e5c9019560733f57893b9d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 22:40:24 +0000 Subject: fixed ruler layer which hides control buttons --- map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'map.css') diff --git a/map.css b/map.css index 78c8eef..3299610 100644 --- a/map.css +++ b/map.css @@ -39,8 +39,8 @@ div.box { } #distboxouter { - position: fixed; - width: 99%; + position: absolute; + width: 100%; top: 10px; background: none; text-align: center; -- cgit v1.2.1