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:
6a35de4
)
overflow-x: scroll on title_text
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 21:23:31 +0000
(14:23 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 21:23:31 +0000
(14:23 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
4ab1aee
..
45682b7
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-8,7
+8,8
@@
div.page_footer {
overflow: auto;
}
-div.page_body {
+div.page_body,
+div.title_text {
overflow-x: scroll;
}