MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: #toc { float: right; →Add other desired styles here, e.g., margins: }" |
No edit summary |
||
Line 3: | Line 3: | ||
#toc { | #toc { | ||
float: right; | float: right; | ||
max-width: 33%; | |||
margin: 5px; | |||
/* Add other desired styles here, e.g., margins */ | /* Add other desired styles here, e.g., margins */ | ||
} | } |