Difference between revisions of "MediaWiki:Common.css"

From Mea Wiki
Jump to navigation Jump to search
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;
}