MediaWiki:Common.css: Difference between revisions

From jugglingpatterns
No edit summary
No edit summary
Line 8: Line 8:


p + .throw-sequence {
p + .throw-sequence {
margin-top: -0.5em;
margin-top: 0;
}
}


.throw-sequence + p {
.throw-sequence + p {
margin-top: -0.5em;
margin-top: 0;
}
}



Revision as of 15:13, 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-top: 0;
}

.throw-sequence + p {
    margin-top: 0;
}

.throw-sequence {
    margin-bottom: 0;
    margin-top: 0;
}