MediaWiki:Common.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
#p-Editor_tools {  
#p-Editor_tools {  
     display: none;  
     display: none;  
}
#mw-head-base {
    height: 2em;
}
}

Revision as of 20:36, 27 September 2024

/* CSS placed here will be applied to all skins */
#p-tb { 
    display: none; 
}
#p-Editor_tools { 
    display: none; 
}
#mw-head-base {
    height: 2em;
}