MediaWiki:Common.css
From feywild
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Fix infobox spacing */
.mw-parser-output .infobox {
float: right;
clear: none;
margin-top: 0.25em;
}
.mw-parser-output > p:first-of-type {
margin-top: 0.25em;
}
.mw-parser-output > .infobox:first-child + p {
margin-top: 0.2em;
}
.mw-parser-output > ul:first-of-type,
.mw-parser-output > ol:first-of-type,
.mw-parser-output > blockquote:first-of-type {
margin-top: 0.25em;
}
.mw-parser-output .toc {
clear: none;
float: none;
}