MediaWiki:Group-user.css: Difference between revisions

28.10.2025 Prusac | 10.11.2025

Created page with "CSS placed here will affect registered users only: #ca-viewsource, #ca-history {display: inline;} #p-tb { display:block !important; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
#ca-viewsource, #ca-history {display: inline;}
 
#p-tb { display:block !important; }
aside .d-flex .dropdown {
  display: inline-block;
}
#p-Alati, #p-Trece {
    display:block;
}

Latest revision as of 10:01, 10 November 2025

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

aside .d-flex .dropdown {
  display: inline-block;
}
#p-Alati, #p-Trece {
    display:block;
}