MediaWiki:Common.css: Difference between revisions
From GHM wiki
GHM director (talk | contribs) mNo edit summary |
GHM director (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
table.wikitable td { | table.wikitable td { | ||
border: | border: 1px solid blue; | ||
padding: 1em; | padding: 1em; | ||
} | } | ||
Revision as of 18:14, 10 March 2023
/* CSS placed here will be applied to all skins */
table.wikitable {
border-collapse: collapse;
}
table.wikitable td {
border: 1px solid blue;
padding: 1em;
}