Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 110: Line 110:
.toc-page .toc > ul > li {
.toc-page .toc > ul > li {
padding: 2px 0;
padding: 2px 0;
}
.toc-page #toc li ul,
.toc-page .toc li ul {
margin-left: 12px;
padding-left: 10px;
border-left: 1px dotted var(--wiz-content-border, #ff942d);
}
}


.toc-page #toc li li,
.toc-page #toc li li,
.toc-page .toc li li {
.toc-page .toc li li {
margin-left: 12px;
margin-left: 0;
padding: 2px 0 2px 10px;
padding: 2px 0;
border-left: 1px dotted var(--wiz-content-border, #ff942d);
border-left: 0;
}
}