mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Remove support for Firefox 2 and Internet Explorer 7 and older
Change-Id: I5cb8543ab2a07db9386400382913764e182c81ae
This commit is contained in:
parent
3cdb4e95f2
commit
9529dbf27b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue