Template:WikiTableCSS.css

From KSI Wiki
Revision as of 23:55, 25 August 2024 by Void (talk | contribs) (Void changed the content model of the page Template:WikiTableCSS.css from "wikitext" to "Sanitized CSS")
Jump to: navigation, search
.wikitable {
    border-collapse: collapse;
}

.wikitable td, .wikitable th {
    border: 1px solid black;
}