diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 22:40:24 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 22:40:24 +0000 |
commit | 2ad233be830b0d6381e5c9019560733f57893b9d (patch) | |
tree | 6a9ae472d7f32cb07ae7798af5a96d710e953d51 /map.css | |
parent | 5a7622c8ca7d2858d722a402fbddc4a2949a832d (diff) |
fixed ruler layer which hides control buttons
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ div.box { } #distboxouter { - position: fixed; - width: 99%; + position: absolute; + width: 100%; top: 10px; background: none; text-align: center; |