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:
21ab89c
)
better fix for this
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:42:26 +0000
(15:42 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:42:26 +0000
(15:42 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
4231583
..
c2caedd
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-63,9
+63,16
@@
td.link {
td.link { text-align: right; }
- div.header {
- display: flex;
- flex-direction: column;
+ div.header a .age {
+ display: block;
+ float: none;
+ margin-bottom: 5px;
+ }
+
+ div.title_text .log_link {
+ display: block;
+ float: none;
+ font-size: 100%;
}
table.shortlog {