MediaWiki:Common.css: Difference between revisions

From New England Defenses
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
mNo edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.page-Main_Page #contentSub { display: none }
.page-Main_Page #contentSub { display: none }
body {
background-color: lightblue;
}

Revision as of 17:52, 25 June 2023

/* CSS placed here will be applied to all skins */
.page-Main_Page #contentSub { display: none }
body {
background-color: lightblue;
}