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: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

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; }