Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cvsweb.NetBSD.org got updated



Thanks for your feedback!

On 2024/10/22 18:25, Hauke Fath wrote:
A minor nit: Unlike the "preferred" diff, the "colored" diff uses a
proportional font, which for source code is not really helpful. Do you
think this could be adjusted?

The attached patch works for my local setup of cvsweb.
ryoon@, can you please take a look?

Thanks,
rin
--- cvsweb.css.orig	2024-10-22 21:59:57.434897501 +0900
+++ cvsweb.css	2024-10-22 21:58:21.341536385 +0900
@@ -133,8 +133,8 @@
 }
 /* Common properties for diff "contents" */
 .diff {
-  font-family: sans-serif;
-  font-size: smaller;
+  font-family: monospace;
+/* font-size: smaller; */
 }
 /* Lines that are the same */
 .diff-same {


Home | Main Index | Thread Index | Old Index