MediaWiki:Common.css: Difference between revisions

From SAG Wiki
Jump to navigation Jump to search
 
No edit summary
 
Line 3: Line 3:
#toc {
#toc {
   float: right;
   float: right;
  max-width: 33%;
  margin: 5px;
   /* Add other desired styles here, e.g., margins */
   /* Add other desired styles here, e.g., margins */
}
}

Latest revision as of 18:46, 11 May 2025

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

#toc {
  float: right;
  max-width: 33%;
  margin: 5px;
  /* Add other desired styles here, e.g., margins */
}