Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #map .legend span:nth-of-type(3):before {
  2. content: "Sam"
  3. }
  4. #map .legend span:nth-of-type(4):before {
  5. content: "Erik"
  6. }
  7. #map .legend span:nth-of-type(5):before {
  8. content: "Kenny"
  9. }
  10. #map .legend span:nth-of-type(6):before {
  11. content: "Andy"
  12. }
  13. #map .legend span:nth-of-type(7):before {
  14. content: "Truman"
  15. }
  16. #map .legend span:nth-of-type(8):before {
  17. content: "David G"
  18. }
  19. #map .legend span:nth-of-type(9):before {
  20. content: "Tylor"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement