Template:N Chart/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
table.n-table td { | table.n-table td { | ||
padding: 0; | padding: 0; | ||
margin: 0 | margin: 0; | ||
color: | } | ||
table.n-table td div { | |||
color: green; | |||
} | } | ||
/* [[Category:Template stylesheets]] */ | /* [[Category:Template stylesheets]] */ |
Revision as of 20:34, 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; } table.n-table td div { color: green; } /* [[Category:Template stylesheets]] */