Jump to content

MediaWiki:Common.css: Difference between revisions

From CATCRAFT WIKI
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide the little black box for everyone */
/* Hide the toolbar for everyone */
#p-tb:before {
#p-tb {
     display: none;
     display: none;
}
}

Revision as of 11:36, 5 May 2023

/* CSS placed here will be applied to all skins */
/* Hide the toolbar for everyone */
#p-tb {
    display: none;
}