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

From Ultros Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
table-layout: fixed;
table-layout: fixed;
width: 132px;
width: 132px;
border-collapse: collapse;
}
}
table.n-table th {
table.n-table th {
Line 7: Line 8:
padding-left: 4px;
padding-left: 4px;
padding-right: 4px;
padding-right: 4px;
color: blue;
}
}



Revision as of 20:30, 14 March 2025

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

table.n-table td {
   padding: 0; 
   margin: 0;
   color: red;
}

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