summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-12-11 15:45:52 +0100
committerPatrick Simianer <p@simianer.de>2015-12-11 15:45:52 +0100
commit621d438f0406058f8ba5a2d0c11c9a4477d6a951 (patch)
tree08e7a8c9ca02cdd37d7207f567115d9be340c236 /static
parentbc1d6f9488927df30b7695d39c6f9189c6ae7f46 (diff)
overhauled debug view
Diffstat (limited to 'static')
-rw-r--r--static/debug.css4
1 files changed, 4 insertions, 0 deletions
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 }