summaryrefslogtreecommitdiff
path: root/dedup
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-07-27 09:39:14 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-07-27 09:39:14 +0200
commite88f5f74cebed92c42543ce0682a8a49075d859b (patch)
tree145386d93e869f71ed1a51f391df4334570490ac /dedup
parent0c27c95a9c55b82b2c7e5e90b885c87578e895d0 (diff)
downloaddebian-dedup-e88f5f74cebed92c42543ce0682a8a49075d859b.tar.gz
also move the static directory into the dedup package
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;
+}