/
index
/
gitweb-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3befc54
)
disable anti-aliasing for blob image view
author
git
<redacted>
Mon, 4 May 2026 19:56:45 +0000
(15:56 -0400)
committer
git
<redacted>
Mon, 4 May 2026 19:56:45 +0000
(15:56 -0400)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index bbb9eac53f843155ba92de4c3119a4132baf487b..b92be7b15113e570ecb80cdcc3aa7f00c8ce27e8 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-735,6
+735,7
@@
td.error {
}
/* blob view */
.page_body img.blob {
+ image-rendering: pixelated;
min-width: 80%;
display: block;
margin: 0 auto;