/
index
/
gitweb-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
24fe379
)
fix diff view highlighting
author
git
<redacted>
Wed, 13 May 2026 22:16:08 +0000
(18:16 -0400)
committer
git
<redacted>
Wed, 13 May 2026 22:16:08 +0000
(18:16 -0400)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index 13475111d91b48dd1fa7f7f3050095bde0769b1e..fe56e836d4b3277679dba6371625fd9437db46ce 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-636,6
+636,11
@@
div.diff.from_file a.path:hover {
background: #eaf2f5;
color: #999;
}
+.rem,
+.add {
+ display: inline-block;
+ min-width: 100%;
+}
.rem {
background: #ffdddd;
}