Template:N Chart/style.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; }"
 
No edit summary
 
Line 4: Line 4:
}
}
table.n-table th {
table.n-table th {
width:25px;
width: 25px;
padding-left: 4px;
padding-left: 4px;
padding-right: 4px;
padding-right: 4px;
}
}

Latest revision as of 20:17, 14 March 2025

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