MediaWiki:Common.css: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
.mw-body {
.mw-body {
   margin-left: 11em;
   margin-left: 11em;
}
.mw-navigation {
  white-space: nowrap;
}
}

Revision as of 13:06, 1 December 2018

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

#footer-places {
  display: none;
}

#footer-icons {
  display: none;
}

.mw-body {
  margin-left: 11em;
}

.mw-navigation {
  white-space: nowrap;
}