Actions

Common.css

Difference between revisions of "Common.css"

(Created page with "CSS placed here will be applied to all skins: .l1 th.ID {width: max-content;} .l2 th.ID {width: max-content;} .l3 th.ID {width: max-content;}")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.l1 th.ID {width: max-content;}
+
.l1 td.ID {width: max-content;}
.l2 th.ID {width: max-content;}
+
.l2 td.ID {width: max-content;}
.l3 th.ID {width: max-content;}
+
.l3 td.ID {width: max-content;}

Revision as of 20:58, 27 February 2025

/* CSS placed here will be applied to all skins */
.l1 td.ID {width: max-content;}
.l2 td.ID {width: max-content;}
.l3 td.ID {width: max-content;}