diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-07-27 09:39:14 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-07-27 09:39:14 +0200 |
commit | e88f5f74cebed92c42543ce0682a8a49075d859b (patch) | |
tree | 145386d93e869f71ed1a51f391df4334570490ac /dedup/static | |
parent | 0c27c95a9c55b82b2c7e5e90b885c87578e895d0 (diff) | |
download | debian-dedup-e88f5f74cebed92c42543ce0682a8a49075d859b.tar.gz |
also move the static directory into the dedup package
Diffstat (limited to 'dedup/static')
-rw-r--r-- | dedup/static/favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | dedup/static/style.css | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dedup/static/favicon.ico b/dedup/static/favicon.ico Binary files differnew file mode 100644 index 0000000..5039835 --- /dev/null +++ b/dedup/static/favicon.ico 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; +} |