From f65c7ea8a3235d499ff386af35520e13b8fc033c Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 6 Nov 2016 14:41:43 +0100 Subject: [PATCH] fix wrong css value --- app/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/style.css b/app/css/style.css index 26eada0..05336ab 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -36,7 +36,7 @@ pre { } .hand { - cursor: hand; + cursor: pointer; } th { -- 2.41.0