map handles to RL names for mcp

This commit is contained in:
Neale Pickett 2012-06-13 10:48:55 -06:00
parent 7bcac17894
commit ed71c577dd
1 changed files with 31 additions and 0 deletions

View File

@ -166,3 +166,34 @@ nav li + li:before {
.solved { .solved {
text-decoration: line-through; 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 (";
}