MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Tag: Manual revert
No edit summary
Line 6: Line 6:
   position:fixed;
   position:fixed;
   width:12%;
   width:12%;
  height:12%;
}
}

Revision as of 05:05, 22 February 2024

/* All CSS here will be loaded for users of the Vector skin */

/* Custom backport of sidebar TOC from Vector 2022 skin */
.toc {
   font-size:12px;
   position:fixed;
   width:12%;
   height:12%;
}