]> danix's work - gitweb-theme-danix.git/commitdiff
working on the footer styling. Still
authordanix <redacted>
Sun, 26 Feb 2023 17:41:20 +0000 (18:41 +0100)
committerdanix <redacted>
Sun, 26 Feb 2023 17:41:20 +0000 (18:41 +0100)
gitweb-danixland/gitweb.css

index aae401ba49e875325d5ad9acd3337180f2ab64e4..5f233c04a245a5a80ad70c27d3c2a1186d704716 100644 (file)
@@ -205,17 +205,17 @@ td, th {
 .site-footer {
   width: 100%;
   height: 80px;
-  line-height: 80px;
-  margin-top: 15px;
   background: var(--bg-alt);
-  border-top: 2px solid var(--border);
-  border-bottom: 1px solid var(--border);
 }
 
 .page_footer {
   position: absolute;
   left: 0;
   bottom: 0;
+  line-height: 80px;
+  margin-top: 15px;
+  border-top: 2px solid var(--border);
+  border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {