MediaWiki:Common.css: Difference between revisions

From 021lyrics.com
Created page with "→‎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; }"
 
No edit summary
Tag: Reverted
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(1) { text-align: end; }
table td:nth-child(2) { text-align: end; }

Revision as of 11:08, 24 September 2024

/* CSS placed here will be applied to all skins */
table td { width: 20em; border: 0px solid black; }
table td:nth-child(2) { text-align: end; }