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

From Ultros Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


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


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

Revision as of 20:24, 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 {
   padding: 0; 
   margin: 0;
}

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