MediaWiki:Common.css: Difference between revisions

From jugglingpatterns
No edit summary
No edit summary
Tag: Reverted
Line 5: Line 5:
overflow-x: auto;
overflow-x: auto;
font-family: monospace;
font-family: monospace;
}

p > .throw-sequence {
margin: 0; /* Remove spacing between the paragraph and the template */
}
}

Revision as of 15:03, 13 January 2025

/* CSS placed here will be applied to all skins */
@import "/js/darkreader_export.css";
pre {
    white-space: pre;
    overflow-x: auto;
    font-family: monospace;
}

p > .throw-sequence {
    margin: 0; /* Remove spacing between the paragraph and the template */
}