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:
bab134a
)
keep table columns same width
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 23:41:16 +0000
(16:41 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 23:41:16 +0000
(16:41 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
7a86073
..
07338cf
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-181,13
+181,13
@@
td.link {
td:nth-child(1) {
/* permissions */
- flex: 1 0
auto
;
+ flex: 1 0
25%
;
order: 2;
}
td:nth-child(2) {
/* size */
- flex: 1 0
auto
;
+ flex: 1 0
25%
;
order: 3;
}
@@
-199,7
+199,7
@@
td.link {
td:nth-child(4) {
/* links */
- flex:
2 0 auto
;
+ flex:
1 0 50%
;
text-align: right;
order: 4;
}