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:
43db3fb
)
white-space: nowrap to "last change" text
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:03:30 +0000
(15:03 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:03:30 +0000
(15:03 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
33b6e8a
..
a1ffc22
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-22,6
+22,10
@@
html {
height: 100%;
}
+table.projects_list tr td:first-child {
+ white-space: nowrap;
+}
+
table.project_list,
table.heads,
table.shortlog,