Template:WikiTableCSS.css: Difference between revisions

From KSI Wiki
Jump to: navigation, search
(Void changed the content model of the page Template:WikiTableCSS.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(messing with color)
Line 4: Line 4:


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

Revision as of 23:58, 25 August 2024

.wikitable {
    border-collapse: collapse;
}

.wikitable td, .wikitable th {
    border: 1px #333333;
}