MediaWiki:Group-user.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect registered users only: #p-tb { display: block !important; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
#p-tb {  
#p-tb {  
    display: block !important;
}
#p-Editor_tools {
     display: block !important;  
     display: block !important;  
}
}

Revision as of 20:33, 27 September 2024

/* CSS placed here will affect registered users only */
#p-tb { 
    display: block !important; 
}
#p-Editor_tools { 
    display: block !important; 
}