Rename runners to workers
This commit is contained in:
parent
78f945647c
commit
6f4793bcf2
20 changed files with 233 additions and 237 deletions
|
|
@ -127,19 +127,19 @@ nav a:hover {
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/* Runner */
|
||||
/* Worker */
|
||||
|
||||
.runner * {
|
||||
.worker * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.runner dl {
|
||||
.worker dl {
|
||||
display: grid;
|
||||
grid: auto-flow / max-content 1fr;
|
||||
column-gap: 1ch;
|
||||
}
|
||||
|
||||
.runner .name {
|
||||
.worker .name {
|
||||
color: #380;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue