From 621d438f0406058f8ba5a2d0c11c9a4477d6a951 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 11 Dec 2015 15:45:52 +0100 Subject: overhauled debug view --- static/debug.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/debug.css b/static/debug.css index 7721b6f..e235a82 100644 --- a/static/debug.css +++ b/static/debug.css @@ -1,7 +1,11 @@ +body { margin:2em; background:#eee } .red { color:red } .green { color:green } th { border:1px solid #000 } td { border:1px solid #000; text-align:right } td.noborder { border:0 } td.left { text-align:left } +a { color:blue } +h1,h2 { background:#fff; padding:.25em } +#svg_b64 { display:none } -- cgit v1.2.3