mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 20:09:58 +00:00
9 lines
131 B
CSS
9 lines
131 B
CSS
|
/*
|
||
|
* Stylesheet to fix the RTL view of the category tree.
|
||
|
*/
|
||
|
|
||
|
.CategoryTreeChildren {
|
||
|
margin-left: 0px;
|
||
|
margin-right: 1.5ex;
|
||
|
}
|