Template:Keitatestspawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#css: | {{#css: | ||
body { | |||
margin: 0; | |||
} | |||
.spawn-table__container { | .spawn-table__container { | ||
background-color: rgb(128, 128, 128); | background-color: rgb(128, 128, 128); | ||
Line 26: | Line 28: | ||
font-size: 1rem; | font-size: 1rem; | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
} | |||
.header-cells:nth-child(1) { | |||
colspan: 2; | |||
} | } | ||
}} | }} |