From a1ff49d802e6be408b307c048b283543aaaa3eef Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Wed, 4 Nov 2015 16:11:48 -0500 Subject: [PATCH] Missing file --- static/css/dpto2.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 static/css/dpto2.css diff --git a/static/css/dpto2.css b/static/css/dpto2.css new file mode 100644 index 0000000..12cb83c --- /dev/null +++ b/static/css/dpto2.css @@ -0,0 +1,28 @@ +.container { + width: 960px; +} + +.tests-table-header { + border-top: 0px; +} + +.cpi-average { + text-align: right; +} + +#tests-table { + margin-top: 60px; +} + +#selected-tests span { + margin-left: 0.5em; +} + +div.users-tree { + line-height: initial; +} + +.edges { + font-family: monospace; + line-height: initial; +}