Difference between revisions of "Template:COVID-19 testing by country/styles.css"
Jump to navigation
Jump to search
imported>UnladenSwallow m |
imported>UnladenSwallow (A more aesthetically pleasing alignment for the header of the fifth column.) |
||
| Line 15: | Line 15: | ||
} | } | ||
| + | th:nth-child(5), | ||
th:nth-child(7), | th:nth-child(7), | ||
th:nth-child(8) { | th:nth-child(8) { | ||
Latest revision as of 18:19, 12 May 2020
table {
font-size: 85%;
border-top: none;
}
caption {
background: #eaecf0;
border: 1px solid darkgrey;
padding: 2px 6px;
white-space: nowrap;
}
th {
border-top: none;
}
th:nth-child(5),
th:nth-child(7),
th:nth-child(8) {
text-align: left;
}
td:nth-child(3),
td:nth-child(5),
td:nth-child(6),
td:nth-child(7),
td:nth-child(8) {
text-align: right;
}