Template:N Chart/styles.css: Difference between revisions

From Ultros Wiki
Jump to navigation Jump to search
Created page with "table.n-table { table-layout: fixed; width: 132px; } table.n-table th { width: 25px; padding-left: 4px; padding-right: 4px; } [[Category:Template stylesheets]]: "
 
No edit summary
Line 4: Line 4:
}
}
table.n-table th {
table.n-table th {
width: 25px;
padding-left: 4px;
padding-right: 4px;
}
table.n-table td {
width: 25px;
width: 25px;
padding-left: 4px;
padding-left: 4px;

Revision as of 20:22, 14 March 2025

table.n-table {
	table-layout: fixed;
	width: 132px;
}
table.n-table th {
	width: 25px;
	padding-left: 4px;
	padding-right: 4px;
}

table.n-table td {
	width: 25px;
	padding-left: 4px;
	padding-right: 4px;
}

/* [[Category:Template stylesheets]] */