MediaWiki:Common.css: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
#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;
}