MediaWiki:Common.css: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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 */
#toc { float: right };
#toc { float: right };
.CategoryTreeTag {
 
div.CategoryTreeTag {
   font-size: small;
   font-size: small;
   text-indent: -2em;
   text-indent: -2em;
   padding-left: 0.5em;
   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;
}