From fdd09006af106339e54720a36887feadb401f6db Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 18:40:14 +0100 Subject: [PATCH 1/1] working on the footer styling --- gitweb-danixland/gitweb.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 80e5cc8..aae401b 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -201,10 +201,8 @@ td, th { /* Page Footer ---------------------------------------------------------------------------- */ -.page_footer { - position: absolute; - left: 0; - bottom: 0; +.page_footer, +.site-footer { width: 100%; height: 80px; line-height: 80px; @@ -214,11 +212,17 @@ td, th { border-bottom: 1px solid var(--border); } +.page_footer { + position: absolute; + left: 0; + bottom: 0; +} + .page_footer_text { color: var(--fg); display: inline; - float: left; - margin-left: 25px; + float: right; + margin-right: 25px; width: 80%; overflow: hidden; white-space: nowrap; -- 2.20.1