summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-23 02:12:34 +0100
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-23 02:12:34 +0100
commitfef9a28734a29b115328cd63e9f16911871c60b5 (patch)
treeaff4b76995337bbe06cda1e82b87d29dd47dc63a /style.css
parentf190a7adb4befd3a533e9c2bbe4911324e9ebba0 (diff)
add an icon for symbolic links
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"); }