summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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;
+}