aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes <johannes@cloudron.io>2016-11-06 14:41:43 +0100
committerJohannes <johannes@cloudron.io>2016-11-06 14:41:43 +0100
commitf65c7ea8a3235d499ff386af35520e13b8fc033c (patch)
tree0f2a00cfd35b8620b052a11894c90667659531fc
parentd5296e280887cb379e1dfd31d4e91143ca21813f (diff)
downloadSurfer-f65c7ea8a3235d499ff386af35520e13b8fc033c.tar.gz
Surfer-f65c7ea8a3235d499ff386af35520e13b8fc033c.tar.zst
Surfer-f65c7ea8a3235d499ff386af35520e13b8fc033c.zip
fix wrong css value
-rw-r--r--app/css/style.css2
1 files changed, 1 insertions, 1 deletions
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 {
36} 36}
37 37
38.hand { 38.hand {
39 cursor: hand; 39 cursor: pointer;
40} 40}
41 41
42th { 42th {