diff options
Diffstat (limited to 'printing_templates/base.html')
-rw-r--r-- | printing_templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/printing_templates/base.html b/printing_templates/base.html index c2c6aa59b..c32bc12db 100644 --- a/printing_templates/base.html +++ b/printing_templates/base.html @@ -84,6 +84,11 @@ overflow: hidden !important; text-overflow: ellipsis; } + + #footer { + width: 96%; + height: 50%; + } </style> </head> <body> @@ -200,5 +205,7 @@ </div> {% endfor %} {% endblock %} +<div id="footer"> +<div> </body> </html> |