MediaWiki:Group-user.css: Difference between revisions

From Allegro Network Multimeter Manual
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "→‎CSS placed here will affect registered users only: #ca-history { display: block!important; }")
 
No edit summary
 
Line 2: Line 2:


#ca-history {
#ca-history {
    display: block!important;
}
#ca-talk {
    display: block!important;
}
#ca-viewsource {
     display: block!important;
     display: block!important;
}
}

Latest revision as of 09:22, 12 January 2024

/* CSS placed here will affect registered users only */

#ca-history {
    display: block!important;
}
#ca-talk {
    display: block!important;
}

#ca-viewsource {
    display: block!important;
}