diff --git a/sigi/templates/pdf/base.html b/sigi/templates/pdf/base.html index 5ceb02d..58f1f14 100644 --- a/sigi/templates/pdf/base.html +++ b/sigi/templates/pdf/base.html @@ -43,6 +43,15 @@ font-family: "Helvetica", "Arial", "sans-serif"; font-size: 10px; } + div.page-border { + position:fixed; + left: 0; + right: 0; + top: 0; + bottom: 0; + border-top: 2px solid #037036; + border-bottom: 2px solid #037036; + } div.new-page { break-before: always; } @@ -67,9 +76,10 @@ {% block extra_style %}{% endblock extra_style %} {% block extra_head %}{% endblock extra_head %} -