Template:SquadLeaderWikiTableCSS.css

From KSI Wiki
Revision as of 16:02, 1 June 2025 by Void (talk | contribs) (Void changed the content model of the page Template:SquadLeaderWikiTableCSS.css from "wikitext" to "Sanitized CSS")
Jump to: navigation, search
.wikitable {
    border-collapse: collapse;
    border-radius: 10px; /* Adjust the radius as needed */
    overflow: hidden; /* Ensures the border-radius applies to all corners */
}

.wikitable td, .wikitable th {
    border: 2px solid #3c4041;
    padding-right: 10px; /* Adjust the padding as needed */
    padding-left: 10px; /* Adjust the padding as needed */
}