Difference between revisions of "MediaWiki:Common.css"
From NSB User Guide
(Created page with "→CSS placed here will be applied to all skins: #toc { float: right };") |
|||
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 }; */ |
+ | #toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;}; |
Revision as of 14:35, 14 August 2018
/* CSS placed here will be applied to all skins */ /* #toc { float: right }; */ #toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;};