Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Usable/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
// via Wikitext Extension for VSCode
Line 4: Line 4:
max-width: none;
max-width: none;
margin-bottom: 0;
margin-bottom: 0;
margin-top: 6px;
margin-top: 7px;
}
}
.round-box .citizen-overflow-wrapper .wikitable {
.round-box .citizen-overflow-wrapper .wikitable {

Revision as of 07:22, 2 October 2025

.round-box .citizen-overflow-wrapper {
    background-color: var(--color-surface-2);
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-top: 7px;
}
.round-box .citizen-overflow-wrapper .wikitable {
    width: 100%;
}