diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/wmap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/wmap.css b/client/wmap.css index a524bcb..d5e6598 100644 --- a/client/wmap.css +++ b/client/wmap.css @@ -25,3 +25,7 @@ .wmap img { width: 100%; } + +.wardley-map.thumbnail text:nth-of-type(n + 7) { + cursor: pointer; +} |