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:
279e829
)
hide table headers when rearranging cells
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:33:45 +0000
(15:33 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:33:45 +0000
(15:33 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
1948016
..
9fa1a07
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-63,6
+63,10
@@
td.link {
table.shortlog {
tr {
+ &:has(th) {
+ display: none;
+ }
+
display: flex;
flex-direction: row;
flex-wrap: wrap;
@@
-102,6
+106,10
@@
td.link {
padding-top: 5px;
padding-bottom: 5px;
+ &:has(th) {
+ display: none;
+ }
+
td:nth-child(1) {
/* ".git" name */
font-weight: bold;