danix
's git repository
home
/
my projects
/
gitweb-theme-danix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd0900
)
working on the footer styling. Still
author
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 17:41:20 +0000
(18:41 +0100)
committer
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 17:41:20 +0000
(18:41 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
aae401b
..
5f233c0
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-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 {