MediaWiki:Common.css: Difference between revisions

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


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

Revision as of 15:44, 26 January 2026

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

/* Hide Toolbox: Special pages + Page information */
#t-specialpages,
#t-info {
  display: none !important;
}