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:
7de6fdd
)
make log_link match other link things
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:45:19 +0000
(15:45 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:45:19 +0000
(15:45 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
c2caedd
..
19930e0
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-69,10
+69,19
@@
td.link {
margin-bottom: 5px;
}
- div.title_text .log_link {
- display: block;
- float: none;
- font-size: 100%;
+ div.title_text {
+ display: flex;
+ flex-direction: column;
+
+ .log_link {
+ display: block;
+ float: none;
+ font-size: 100%;
+ width: 100%;
+ order: 1;
+ margin-top: 5px;
+ text-align: right;
+ }
}
table.shortlog {