Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: thead { text-align: left; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | table, th, td { | ||
| + | border-collapse: collapse; | ||
| + | border: 0.5px solid grey; | ||
| + | } | ||
thead { | thead { | ||
text-align: left; | text-align: left; | ||
} | } | ||
Revision as of 16:13, 18 January 2020
/* CSS placed here will be applied to all skins */
table, th, td {
border-collapse: collapse;
border: 0.5px solid grey;
}
thead {
text-align: left;
}