You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
236 B
CSS

/* Style students numbers & checksum */
tr > td:nth-child(2) > div,
tr > td:nth-child(6) > div {
font-family: monospace;
font-size: 1.05em;
}
/* Hides status */
tr > td:nth-child(4),
tr > th:nth-child(4) {
display: none;
}