summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7308dde..3d6a70c 100644
--- a/style.css
+++ b/style.css
@@ -38,6 +38,8 @@ td a:before {
tr.hidden { /*opacity: 0.5;*/ display: none; }
+tr.link a:before { content: url("link.png"); }
+
tr.dir a:after { content: "/"; }
tr.dir a:before { content: url("dir.png"); }
tr.dir.parent a:before { content: url("parent.png"); }