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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS styling and responsive support for the main page */
/* Site styles */
.containerContent > ul:first-of-type {
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0.75em !important;
}
/* Responsive fixes */
@media all and (max-width: 719px) {
#mp-container {
overflow: visible !important;
}
:is(#mp-container, .mp-community) > * > tr > td {
display: block !important;
width: auto !important;
padding: 0 !important;
}
body .containerTem :is(.floatleft, .floatright) {
margin-top: 0 !important;
}
.containerContent input.mw-ui-input {
width: 70% !important;
}
.containerTem {
width: auto !important;
}
}