mirror of https://github.com/dirtbags/moth.git
map handles to RL names for mcp
This commit is contained in:
parent
9de96c1ca2
commit
77c940437c
|
@ -166,3 +166,34 @@ nav li + li:before {
|
|||
.solved {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
|
||||
/* Names */
|
||||
span[data-handle]:after {
|
||||
content: ")";
|
||||
}
|
||||
|
||||
span[data-handle="zephyr"]:before {
|
||||
content: "Neale Pickett (";
|
||||
}
|
||||
|
||||
span[data-handle="pflarr"]:before {
|
||||
content: "Paul Ferrell (";
|
||||
}
|
||||
|
||||
span[data-handle="chamuco"]:before {
|
||||
content: "Danny Quist (";
|
||||
}
|
||||
|
||||
span[data-handle="cashmoney"]:before {
|
||||
content: "Jeremy Scott (";
|
||||
}
|
||||
|
||||
span[data-handle="phorkus"]:before {
|
||||
content: "Mark Carey (";
|
||||
}
|
||||
|
||||
span[data-handle="cherish"]:before {
|
||||
content: "Cherish Franco (";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue