MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table td { width: 20em; border: 0px solid black; } | table td { width: 20em; border: 0px solid black; } | ||
table td:nth-child( | table td:nth-child(1) { text-align: end; } |
Latest revision as of 11:09, 24 September 2024
/* CSS placed here will be applied to all skins */ table td { width: 20em; border: 0px solid black; } table td:nth-child(1) { text-align: end; }