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