Remove support for Firefox 2 and Internet Explorer 7 and older

Change-Id: I5cb8543ab2a07db9386400382913764e182c81ae
This commit is contained in:
Fomafix 2018-12-16 14:28:03 +01:00 committed by Krinkle
parent 3cdb4e95f2
commit 9529dbf27b

View file

@ -97,16 +97,11 @@
}
.CategoryTreeCategoryBarItem {
/* yes, specify display twice! quirk for FF2 */
display: -moz-inline-box;
display: inline-block;
/* why is the -0.5ex needed? */
margin: -0.5ex 0 0 1ex;
padding: 0;
vertical-align: top;
/* IE6-7 Hack for display: inline-block */
zoom: 1;
*display: inline; /* stylelint-disable-line declaration-block-no-duplicate-properties */
}
.CategoryTreeSection {