diff --git a/sourcing/static/css/style.css b/sourcing/static/css/style.css index 9e07097..8344d60 100644 --- a/sourcing/static/css/style.css +++ b/sourcing/static/css/style.css @@ -14,3 +14,7 @@ html, body { .btn { font-family: sans-serif; } + +.margin-bottom-zero { + margin-bottom: 0; +} diff --git a/sourcing/templates/view.html b/sourcing/templates/view.html index f68611f..553ec37 100644 --- a/sourcing/templates/view.html +++ b/sourcing/templates/view.html @@ -66,11 +66,11 @@
Revision as of {{ version.modified.strftime('%H:%M, %d %B %Y') }}
{% endif %} -+
{% for i in line %} {%- if i.highlight -%} {%- if i.highlight != '\n' and i.highlight != '\r\n' -%} @@ -86,7 +86,7 @@ {%- for start, line in iter_lines(text) if line != '\r\n' -%} {#
{% if line != "\n" and line != "\r\n" %}{{ line }}{% else %} {% endif %}
#} -{{ nbsp_at_start(line) }}
+{{ nbsp_at_start(line) }}
{%- endfor -%} {% endif %}