From 61d6ac624695c537e3e840412e973f64fbdafb14 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 1 Aug 2015 18:28:12 +0100 Subject: [PATCH] removed support for IE7 --- css/basic.css | 5 ----- css/design.css | 18 ------------------ css/structure.css | 3 --- detail.php | 4 ++-- main.php | 6 +++--- mediamanager.php | 4 ++-- 6 files changed, 7 insertions(+), 33 deletions(-) diff --git a/css/basic.css b/css/basic.css index e6d38da..058295d 100644 --- a/css/basic.css +++ b/css/basic.css @@ -261,7 +261,6 @@ iframe { } /* IE8 and below won't display the images otherwise */ -#IE7 img, #IE8 img, button img { max-width: none; @@ -412,10 +411,6 @@ button { overflow: visible; padding: .1em .4em; } -#IE7 .dokuwiki input.button, -#IE7 .dokuwiki button { - line-height: 1.4; -} input[disabled], button[disabled], diff --git a/css/design.css b/css/design.css index f3cee7a..eae7b36 100644 --- a/css/design.css +++ b/css/design.css @@ -13,9 +13,6 @@ #dokuwiki__header { margin: 1em 0 0; } -#IE7 #dokuwiki__header { - margin-top: 2em; -} #dokuwiki__header .headings { margin-bottom: 2.1em; @@ -150,18 +147,6 @@ [dir=rtl] #dokuwiki__pagetools ul li a.action.top { float: left; } -#IE7 #dokuwiki__pagetools ul { - position: relative; -} -#IE7 #dokuwiki__pagetools ul li a.action.top { - position: absolute; - top: 0; - right: 0; -} -[dir=rtl] #IE7 #dokuwiki__pagetools ul li a.action.top { - right: auto; - left: 0; -} /* sidebar @@ -246,9 +231,6 @@ #dokuwiki__footer { margin-bottom: 1em; } -#IE7 #dokuwiki__footer { - height: 1%; -} #dokuwiki__footer .doc { float: left; diff --git a/css/structure.css b/css/structure.css index c2907cd..f82bb6e 100644 --- a/css/structure.css +++ b/css/structure.css @@ -38,9 +38,6 @@ body { #dokuwiki__site .wrapper { position: relative; } -#IE7 #dokuwiki__site .wrapper { - height: 1%; -} #dokuwiki__aside { width: __sidebar_width__; diff --git a/detail.php b/detail.php index b055cb9..48799cc 100644 --- a/detail.php +++ b/detail.php @@ -29,7 +29,7 @@ header('X-UA-Compatible: IE=edge,chrome=1'); - +
@@ -91,6 +91,6 @@ header('X-UA-Compatible: IE=edge,chrome=1');
- + diff --git a/main.php b/main.php index 83c5a45..8015e64 100644 --- a/main.php +++ b/main.php @@ -28,8 +28,8 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); - + precede CSS rules by #IE8 for IE8 (div closes at the bottom) */ ?> +
- + diff --git a/mediamanager.php b/mediamanager.php index 5af6205..94fcd9f 100644 --- a/mediamanager.php +++ b/mediamanager.php @@ -27,7 +27,7 @@ header('X-UA-Compatible: IE=edge,chrome=1'); - +
@@ -43,6 +43,6 @@ header('X-UA-Compatible: IE=edge,chrome=1');
- +