Template:N Chart/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
table.n-table tr.seperator { | table.n-table tr.seperator { | ||
border: white; | border: white; | ||
border-width: | border-width: 1px; | ||
border-style: solid; | border-bottom-style: solid; | ||
} | } | ||
/* [[Category:Template stylesheets]] */ | /* [[Category:Template stylesheets]] */ |
Revision as of 21:20, 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; height: 2px; } table.n-table td div { margin: 0 4px 0 4px; width: 25px; height: 150%; } table.n-table tr.seperator { border: white; border-width: 1px; border-bottom-style: solid; } /* [[Category:Template stylesheets]] */