From 57cc16727a42ad26df068168295c1d0fe05f8f89 Mon Sep 17 00:00:00 2001 From: Volker E Date: Sun, 20 Dec 2015 18:51:30 -0800 Subject: [PATCH] Remove IE 6&7 CSS hacks Removing IE 6&7 CSS hacks and specific comments. Bug: T121996 Change-Id: I5e2f9f85afb01456d9bbfa4a1b63c86f930c00e9 --- resources/src/mediawiki.legacy/commonPrint.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/resources/src/mediawiki.legacy/commonPrint.css b/resources/src/mediawiki.legacy/commonPrint.css index 453d9289e2..4803a0a73e 100644 --- a/resources/src/mediawiki.legacy/commonPrint.css +++ b/resources/src/mediawiki.legacy/commonPrint.css @@ -117,22 +117,16 @@ pre, .mw-code { border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 5px; - display: inline-block; display: table; - /* IE7 and earlier */ - zoom: 1; - *display: inline; } /* Separate columns for tocnumber and toctext */ -/* Ignored by IE7 and lower */ .tocnumber, .toctext { display: table-cell; } /* Space between the columns for tocnumber and toctext */ -/* Ignored by IE7 and lower */ .tocnumber:after { content: ""; padding-right: 0.5em; @@ -326,7 +320,6 @@ a.sortheader { list-style: none; list-style-type: none; list-style-image: none; - vertical-align: middle !ie; } .catlinks li { @@ -335,8 +328,6 @@ a.sortheader { padding: 0 .4em; border-left: 1px solid #AAA; margin: 0.1em 0; - zoom: 1; - display: inline !ie; } .catlinks li:first-child { -- 2.20.1