Jump to: content

MediaWiki:Common.css: Difference between revisions

From The-West Wiki
Jump to:navigation Jump to:search
(Created page with "→‎CSS placed here will be applied to all skins: div.mw-content { margin-top: 180px; }")
 
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 */


div.mw-content {
div#mw-content {
   margin-top: 180px;
   margin-top: 180px;
}
}

Revision as of 19:18, 27 October 2023

/* CSS placed here will be applied to all skins */

div#mw-content {
   margin-top: 180px;
}