MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 5: Line 5:
   font-size:12px;
   font-size:12px;
   position:fixed;
   position:fixed;
   width:10%;
   width:11%;
}
}

Revision as of 04:25, 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:11%;
}