MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ===== MAIN PAGE LAYOUT ===== */
/* ===== MAIN PAGE LAYOUT ===== */


/* hides left panel on main page */
/* hides left panel on main page */
/*
 
body.page-Main_Page #mw-panel {
body.page-Main_Page #mw-panel {
     display: none;
     display: none;
Line 10: Line 11:
     margin-left: 0 !important;
     margin-left: 0 !important;
}
}
*/
 
 
 
.mw-logo .mw-logo-icon {
  width: 28px !important;  /* your preferred width */
  height: auto !important;  /* maintain proportions */
}
 
 


/* overall wrapper under the banner */
/* overall wrapper under the banner */