MediaWiki:Common.css: Difference between revisions
From GHM wiki
GHM director (talk | contribs) No edit summary |
GHM director (talk | contribs) No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table.wikitable { | table.wikitable { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| Line 8: | Line 6: | ||
table.wikitable td { | table.wikitable td { | ||
border: | border: .5px solid #ddd; | ||
padding: .75em; | |||
} | } | ||
Latest revision as of 18:35, 10 March 2023
/* CSS placed here will be applied to all skins */
table.wikitable {
border-collapse: collapse;
}
table.wikitable td {
border: .5px solid #ddd;
padding: .75em;
}