Created page with "→‎CSS placed here will be applied to all skins: body.logged-out #ca-viewsource { display: none; }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.logged-out #ca-viewsource {
body.logged-out #page-actions-viewsource {
     display: none;
     display: none;
}
}

Latest revision as of 01:53, 29 August 2024

/* CSS placed here will be applied to all skins */
body.logged-out #page-actions-viewsource {
    display: none;
}