MediaWiki:Common.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb { 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 */
#p-tb {  
#p-tb {  
    display: none;
}
#p-Editor_tools {
     display: none;  
     display: none;  
}
}

Revision as of 20:32, 27 September 2024

/* CSS placed here will be applied to all skins */
#p-tb { 
    display: none; 
}
#p-Editor_tools { 
    display: none; 
}