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:
9fd028d
)
.git name can be bold on desktop too
author
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:31:57 +0000
(15:31 -0700)
committer
cassowary
<cassowary@cassowary.me>
Mon, 27 Jul 2026 22:31:57 +0000
(15:31 -0700)
static/gitweb-site.css
patch
|
blob
|
history
diff --git
a/static/gitweb-site.css
b/static/gitweb-site.css
index
6981fdc
..
1948016
100644
(file)
--- a/
static/gitweb-site.css
+++ b/
static/gitweb-site.css
@@
-23,9
+23,17
@@
html {
}
table.projects_list tr td:first-child {
+ /* "last change" text */
white-space: nowrap;
}
+table.project_list {
+ tr td:first-child {
+ /* ".git" name */
+ font-weight: bold;
+ }
+}
+
table.project_list,
table.heads,
table.shortlog,