summaryrefslogtreecommitdiff
path: root/dedup
diff options
context:
space:
mode:
Diffstat (limited to 'dedup')
-rw-r--r--dedup/static/favicon.icobin0 -> 4286 bytes
-rw-r--r--dedup/static/style.css12
2 files changed, 12 insertions, 0 deletions
diff --git a/dedup/static/favicon.ico b/dedup/static/favicon.ico
new file mode 100644
index 0000000..5039835
--- /dev/null
+++ b/dedup/static/favicon.ico
Binary files differ
diff --git a/dedup/static/style.css b/dedup/static/style.css
new file mode 100644
index 0000000..531ef9d
--- /dev/null
+++ b/dedup/static/style.css
@@ -0,0 +1,12 @@
+.dependency {
+ background-color: yellow;
+}
+td {
+ vertical-align: top;
+}
+.filename {
+ display: block;
+}
+.filename:hover {
+ background-color: #eee;
+}