MediaWiki:Common.css: Difference between revisions
From billsfield.org
Jump to navigationJump to search
No edit summary Tag: Manual revert |
No edit summary |
||
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; | |||
} | |||
#content | #content |
Revision as of 14:16, 25 January 2024
/* CSS placed here will be applied to all skins */ #toc { float:right; } #content { width: 70%; border-style: solid; border-width: 1px; } body { font-size: 70%; background-image: url("images/bg.png"); background-color: #262626; }