Template:WikiTableCSS.css: Difference between revisions
From KSI Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
.wikitable td, .wikitable th { | .wikitable td, .wikitable th { | ||
border: 2px solid #3c4041; | border: 2px solid #3c4041; | ||
padding-right: 2px; /* Adjust the padding as needed */ | |||
} | } |
Latest revision as of 23:10, 25 August 2024
.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: 2px; /* Adjust the padding as needed */ }