MediaWiki:Common.css: Difference between revisions

From Books
Jump to navigation Jump to search
No edit summary
No edit summary
 
(36 intermediate revisions by the same user not shown)
Line 4: Line 4:
   clear: both;
   clear: both;
}
}
$body.page-Main_Page #mw-page-title-main {
body.page-Main_Page h1.firstHeading {
   clear: both;
   visibility: hidden;
  font-size: 0;
}
}

Latest revision as of 13:58, 20 February 2023

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

body.page-Main_Page #mp-topbanner {
   clear: both;
}
body.page-Main_Page h1.firstHeading {
   visibility: hidden;
   font-size: 0;
}