MediaWiki:Common.css: Difference between revisions

From Chanticleer Society
(Created page with "→‎CSS placed here will be applied to all skins: #mw-site-navigation { background-color: lime; }")
 
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 */
#mw-site-navigation {
#mw-content-block {
     background-color: lime;
     background-color: lime;
}
}

Revision as of 13:56, 23 January 2019

/* CSS placed here will be applied to all skins */
#mw-content-block {
    background-color: lime;
}