From 2dfcf63d36081fc0cb4250db0bd804f754c38e65 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Apr 2012 20:08:44 +0200 Subject: [PATCH 1/1] better error styling --- data/templates/tool.htm | 2 ++ www/phorkie.css | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/data/templates/tool.htm b/data/templates/tool.htm index ef8e5e0..27e6d9d 100644 --- a/data/templates/tool.htm +++ b/data/templates/tool.htm @@ -28,6 +28,7 @@ {% include 'display-file.htm' %} +
{% for number,lineinfos in toolres.annotations if number != 'general' %} {% for line in lineinfos %}
@@ -35,6 +36,7 @@
{% endfor %} {% endfor %} +
{% include 'display-foot.htm' %} {% endblock %} diff --git a/www/phorkie.css b/www/phorkie.css index 3e4b061..e478165 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -48,6 +48,12 @@ h1 { .file .code { margin-left: 2em; } + +div.annotations div.alert { + margin-bottom: 1ex; +} + + ul.pager { margin-top: 2ex; } -- 2.30.2