Template:WikiTableCSS.css

From KSI Wiki
Revision as of 23:52, 25 August 2024 by Void (talk | contribs) (Created page with "<style> .wikitable { border-collapse: collapse; } .wikitable td, .wikitable th { border: 1px solid black; } </style>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<style>

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

</style>