MediaWiki:Common.css: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
div#mw-panel {
div#mw-panel {
   width: inherit;
   width: inherit;
}
div#mw-panel div.portal div.body ul li {
  font-size:0.9em;
}
}

Revision as of 13:12, 1 December 2018

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

#footer-places {
  display: none;
}

#footer-icons {
  display: none;
}

#p-namespaces {
  display: none;
}

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

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

div#mw-panel {
  width: inherit;
}

div#mw-panel div.portal div.body ul li {
  font-size:0.9em;
}