Created page with "→CSS placed here will be applied to all skins: →Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted.: .mw-collapsible span.mw-collapsible-t..." |
No edit summary |
||
Line 8: | Line 8: | ||
margin-left:0; | margin-left:0; | ||
margin-right:1em; | margin-right:1em; | ||
} | |||
.allpagesredirect::before { | |||
content: "(redirect: "; | |||
} | |||
.allpagesredirect::after { | |||
content: ")"; | |||
} | } |
Revision as of 16:59, 22 November 2022
/* CSS placed here will be applied to all skins */ /* Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted. */ .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; } .allpagesredirect::before { content: "(redirect: "; } .allpagesredirect::after { content: ")"; }