Template:WikiTableCSS.css: Difference between revisions

From KSI Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 4: Line 4:


.wikitable td, .wikitable th {
.wikitable td, .wikitable th {
     border: 1px solid #3c4041;
     border: 2px solid #3c4041;
}
}

Revision as of 00:01, 26 August 2024

.wikitable {
    border-collapse: collapse;
}

.wikitable td, .wikitable th {
    border: 2px solid #3c4041;
}