Xeverything11 (talk | contribs)
Xeverything11 changed the content model of the page User:Xeverything11/sandbox/styles.css from "CSS" to "Sanitized CSS"
Xeverything11 (talk | contribs)
CSS
Line 1: Line 1:
.mw-changeslist-legend {
.mw-changeslist-legend {
     display: none;
     display: none;
}
.mw-changeslist > div > table {
    display: block;
    border: 1px solid var(--color-primary1);
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 4px;
}
}

Revision as of 19:01, 7 May 2025

.mw-changeslist-legend {
    display: none;
}

.mw-changeslist > div > table {
    display: block;
    border: 1px solid var(--color-primary1);
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 4px;
}