MediaWiki:Vector.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 64: Line 64:
body.skin-vector.page-Test_page #firstHeading {
body.skin-vector.page-Test_page #firstHeading {
   display: none !important;
   display: none !important;
}
/* Force Test_page full width */
body.skin-vector.page-Test_page .mw-page-container-inner {
  max-width: none !important;
  width: 100% !important; /* Optional fallback */
}
body.skin-vector.page-Test_page .mw-content-container {
  max-width: none !important;
  width: 100% !important;
}
body.skin-vector.page-Test_page .mw-body-content,
body.skin-vector.page-Test_page .vector-limited-content {
  max-width: none !important;
  width: 100% !important;
}
}