MediaWiki:Common.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
#mw-head-base {
#mw-head-base {
     height: 2em;
     height: 2em;
}
#mw-panel {
    position: fixed;
}
}

Revision as of 20:46, 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;
}
#mw-panel {
    position: fixed;
}