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
m Gpe moved page Template:Usage/styles.css to Template:Usable/styles.css without leaving a redirect
// via Wikitext Extension for VSCode
Line 5: Line 5:
margin-bottom: 0;
margin-bottom: 0;
margin-top: 0;
margin-top: 0;
}
.round-box .citizen-overflow-wrapper .wikitable {
width: 100%;
}
}

Revision as of 05:55, 1 October 2025

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