MediaWiki:Common.css: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body.page-Sympl.action-view h1.firstHeading, body.page-Sympl.action-submit h1.firstHeading { display: none; }")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-Sympl.action-view h1.firstHeading, body.page-Sympl.action-submit h1.firstHeading { display: none; }
#toc { float: right };
 
div.CategoryTreeTag {
  font-size: small;
  text-indent: -2em;
  padding-left: 0.5em;
}

Latest revision as of 16:51, 2 April 2024

/* CSS placed here will be applied to all skins */
#toc { float: right };

div.CategoryTreeTag {
  font-size: small;
  text-indent: -2em;
  padding-left: 0.5em;
}