MediaWiki:Common.css: Difference between revisions

From Trek DB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
}
}


li .mw-collapsible-toggle {
li .citationlist .mw-collapsible-toggle {
float: right;
float: right;
}
}

Latest revision as of 17:12, 7 June 2022

/* CSS placed here will be applied to all skins */

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

li .citationlist .mw-collapsible-toggle {
	float: right;
}