aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/css
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2016-03-01 15:10:25 +0100
committerJohannes Zellner <johannes@nebulon.de>2016-03-01 15:10:25 +0100
commitd3312ed1aace3c72570f60be56d846fb9ecbc584 (patch)
tree7c55ab933fae9c5577bd8f098da98da3cd5ad577 /app/css
parent6eb72d64efc4a22aeb6cd5f52d1e4508ffed137f (diff)
downloadSurfer-d3312ed1aace3c72570f60be56d846fb9ecbc584.tar.gz
Surfer-d3312ed1aace3c72570f60be56d846fb9ecbc584.tar.zst
Surfer-d3312ed1aace3c72570f60be56d846fb9ecbc584.zip
Make directory listing navigatable
Diffstat (limited to 'app/css')
-rw-r--r--app/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/css/style.css b/app/css/style.css
index c75e038..b7e5742 100644
--- a/app/css/style.css
+++ b/app/css/style.css
@@ -29,3 +29,7 @@ pre {
29[v-cloak] { 29[v-cloak] {
30 display: none; 30 display: none;
31} 31}
32
33.hand {
34 cursor: hand;
35} \ No newline at end of file