From a463f39d0cfa0a692191154bb323d9e41c21c444 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 25 Apr 2013 14:02:48 +0200 Subject: move css to /style.css --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') 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; +} -- cgit v1.2.3