Remove IE 6&7 CSS hacks
authorVolker E <volker.e@wikimedia.org>
Mon, 21 Dec 2015 02:51:30 +0000 (18:51 -0800)
committerVolker E <volker.e@wikimedia.org>
Mon, 21 Dec 2015 02:56:19 +0000 (18:56 -0800)
Removing IE 6&7 CSS hacks and specific comments.

Bug: T121996
Change-Id: I5e2f9f85afb01456d9bbfa4a1b63c86f930c00e9

resources/src/mediawiki.legacy/commonPrint.css

index 453d928..4803a0a 100644 (file)
@@ -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 {