diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/causalloop.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/causalloop.css b/client/causalloop.css index fbd6660..78875d1 100644 --- a/client/causalloop.css +++ b/client/causalloop.css @@ -26,6 +26,6 @@ width: 100%; } -.causalloop.thumbnail text:nth-of-type(n + 7) { +.causalloop.thumbnail text.label { cursor: pointer; } |