From e88f5f74cebed92c42543ce0682a8a49075d859b Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 27 Jul 2013 09:39:14 +0200 Subject: also move the static directory into the dedup package --- dedup/static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dedup/static/style.css (limited to 'dedup/static/style.css') 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; +} -- cgit v1.2.3