diff --git a/static/style.css b/static/style.css index fa53f9b..4e05600 100644 --- a/static/style.css +++ b/static/style.css @@ -44,6 +44,9 @@ body { .full-width { width: 100%; } +.no-margin { + margin: 0; +} .panel-icon { width: 100px; diff --git a/templates/error.html b/templates/error.html index a5cca48..a3c3fd0 100644 --- a/templates/error.html +++ b/templates/error.html @@ -1,3 +1,6 @@ {% if error != None %} -
{{ error }}
+
+ {{ error }} +

Report bug

+
{% endif %}