MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Hide the sidebar */
div#mw-panel {
#mw-panel {
  display: none;
    display: none;
}
}
 
#left-navigation {
/* Adjust content width */
  left: 1em;
#content {
}
    margin-left: 0;
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}
}

Revision as of 01:27, 25 May 2024

div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}