MediaWiki:Common.css: Difference between revisions
From Paw Borough Wiki
(Created page with "→CSS placed here will be applied to all skins: .infotable th { text-align: left; }") |
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 */ | ||
. | .wikitable th { | ||
text-align: left; | text-align: left; | ||
} | } |
Revision as of 11:07, 4 November 2022
/* CSS placed here will be applied to all skins */
.wikitable th {
text-align: left;
}