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:
77ad7d7
)
padding for shortlog commit list too
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:37:01 +0000
(15:37 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:37:01 +0000
(15:37 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
9fa1a07
..
4d93f04
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-70,6
+70,8
@@
td.link {
display: flex;
flex-direction: row;
flex-wrap: wrap;
+ padding-top: 5px;
+ padding-bottom: 5px;
td:nth-child(1) {
/* commit date */
@@
-112,7
+114,6
@@
td.link {
td:nth-child(1) {
/* ".git" name */
- font-weight: bold;
flex: 0 0 auto;
order: 1;
}