git://git.cassowary.me
/
gitweb-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40435c
)
remove height:100% from body
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 21:22:00 +0000
(14:22 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 21:22:00 +0000
(14:22 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
fa326a3
..
4ab1aee
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-19,7
+19,6
@@
div.page_body {
display: flex;
flex-direction: column;
min-height: 100%;
- height: 100%;
& > * { flex: 0 0 auto; }
}