From d3fd9f0cfa79ced4046734b6b9af7f920ae66ea8 Mon Sep 17 00:00:00 2001 From: arno Date: Thu, 7 Jul 2011 11:57:45 +0200 Subject: [PATCH] drop ie6 support --- public/css/faq.css | 4 ---- public/css/generic.css | 1 - public/css/syj.css | 1 - public/css/syjraw.css | 2 -- public/css/termsofuse.css | 4 ---- 5 files changed, 12 deletions(-) diff --git a/public/css/faq.css b/public/css/faq.css index 0f079b8..f4731c6 100644 --- a/public/css/faq.css +++ b/public/css/faq.css @@ -5,10 +5,6 @@ body { text-indent: 0.6em; } -footer { - _position: static; -} - h1, h2 { text-align: center; } diff --git a/public/css/generic.css b/public/css/generic.css index 6ac1352..97d6a1e 100644 --- a/public/css/generic.css +++ b/public/css/generic.css @@ -78,7 +78,6 @@ input { */ footer { position: fixed; - _position: absolute; bottom: 0px; left: 0px; right: 0px; height: 2em; diff --git a/public/css/syj.css b/public/css/syj.css index b5151ae..9ae5667 100644 --- a/public/css/syj.css +++ b/public/css/syj.css @@ -25,7 +25,6 @@ body, html { .olControlAttribution { bottom: 0.5em; *bottom: 2.5em; - _bottom: 3.0em; left: 0.5em; } diff --git a/public/css/syjraw.css b/public/css/syjraw.css index 7664e54..c2f6a56 100644 --- a/public/css/syjraw.css +++ b/public/css/syjraw.css @@ -12,8 +12,6 @@ body, html { #map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; - *width: 100%; - *height: 100%; } .olControlAttribution { diff --git a/public/css/termsofuse.css b/public/css/termsofuse.css index f169b72..54edd5a 100644 --- a/public/css/termsofuse.css +++ b/public/css/termsofuse.css @@ -4,7 +4,3 @@ body { text-align: justify; text-indent: 0.6em; } - -footer { - _position: static; -} -- 2.39.2