summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-04-25 14:02:48 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-04-25 14:02:48 +0200
commita463f39d0cfa0a692191154bb323d9e41c21c444 (patch)
tree7dd953a915cb4afb4219213d604215970c1a4e90 /static
parent793f9a8d1b9accb7379544e4bda36e2185ab2ea5 (diff)
downloaddebian-dedup-a463f39d0cfa0a692191154bb323d9e41c21c444.tar.gz
move css to /style.css
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..b6032a5
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,6 @@
+.dependency {
+ background-color: yellow;
+}
+td {
+ vertical-align: top;
+}