MediaWiki:Common.css: Difference between revisions

From GHM wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
table.wikitable {
 
  border: 1px solid black;
}
table.wikitable {
table.wikitable {
   border-collapse: collapse;
   border-collapse: collapse;
Line 9: Line 7:
table.wikitable td {
table.wikitable td {
   border: 1px solid gray;
   border: 1px solid gray;
  padding: 0.5em;
}
}

Revision as of 18:09, 10 March 2023

/* CSS placed here will be applied to all skins */

table.wikitable {
  border-collapse: collapse;
}

table.wikitable td {
  border: 1px solid gray;
  padding: 0.5em;
}