mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-16 04:33:11 +00:00
5 lines
103 B
CSS
5 lines
103 B
CSS
|
/* Hack for using inline-block with MSIE */
|
||
|
html .CategoryTreePretendInlineMSIE {
|
||
|
display: inline;
|
||
|
}
|