MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
 
mNo edit summary
Line 3: Line 3:
/* Custom backport of sidebar TOC from Vector 2022 skin */
/* Custom backport of sidebar TOC from Vector 2022 skin */
.toc {
.toc {
   font-size:8px;
   font-size:12px;
   position:fixed;
   position:fixed;
}
}

Revision as of 03:52, 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;
}