Template:AAPWikiTableCSS.css: Difference between revisions
From KSI Wiki
(Created page with ".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: }") |
(Void changed the content model of the page Template:AAPWikiTableCSS.css from "wikitext" to "Sanitized CSS") Tag: content model change |
(No difference)
| |
Revision as of 03:30, 25 February 2025
.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 */
}