MediaWiki:Common.css: Difference between revisions

From Church of Humans
Jump to navigation Jump to search
(try)
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Hide Toolbox: Special pages + Page information */
.mw-body {
#t-specialpages,
  margin-right: auto;
#t-info {
  margin-left: auto;
   display: none !important;
   padding-right: 4rem; /* increase right breathing room */
}
}

Revision as of 15:43, 26 January 2026

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

.mw-body {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem; /* increase right breathing room */
}