MediaWiki:Common.css: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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 {
 
#CategoryTreeTag {
   font-size: small;
   font-size: small;
   text-indent: -2em;
   text-indent: -2em;
   padding-left: 0.5em;
   padding-left: 0.5em;
}
}

Revision as of 16:50, 2 April 2024

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

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