MediaWiki:Common.css: Difference between revisions

From Books
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body.page-Main_Page #mp-topbanner { clear: both; }")
 
No edit summary
Line 2: Line 2:


body.page-Main_Page #mp-topbanner {
body.page-Main_Page #mp-topbanner {
  clear: both;
}
$body.page-Main_Page #mw-page-title-main {
   clear: both;
   clear: both;
}
}

Revision as of 16:43, 22 January 2023

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

body.page-Main_Page #mp-topbanner {
   clear: both;
}
$body.page-Main_Page #mw-page-title-main {
   clear: both;
}