From: LuK1337 Date: Wed, 12 Dec 2018 23:08:50 +0000 (+0100) Subject: Fix footer style X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=94c812d14d1169045063f821d8d9badeb01678ed;p=GitLab%2Fstricted-build%2Flineage_builder.git Fix footer style --- diff --git a/ui/static/custom.css b/ui/static/custom.css index 6f32445..a7938d5 100644 --- a/ui/static/custom.css +++ b/ui/static/custom.css @@ -27,6 +27,16 @@ a:focus, a:hover { .pagination li a, .pagination li a:focus, .pagination li a:hover { color: #167c80; } + +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} + .footer { position: absolute; bottom: 0;