mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
12 lines
173 B
CSS
12 lines
173 B
CSS
/*
|
|
* Stylesheet to fix the RTL view of the category tree.
|
|
*/
|
|
|
|
.CategoryTreeChildren {
|
|
margin-left: 0px;
|
|
margin-right: 1.5ex;
|
|
}
|
|
|
|
.CategoryTreeSection {
|
|
direction: rtl;
|
|
} |