On Tue, 10 Dec 2024 14:36:12 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> Please review a trivial change to apply monospace font not just to the class > links at the top of class and interface pages, but also to the comma and > space characters between them. The comma-space separators currently use > proportional font, which results in very narrow spacing that does not match > the class name font. > > Using the same monospace font for everything makes individual class names > more discernible, and makes it easier to pick out individual class names. > This is especially true for multiline class lists such as the subinterfaces > of `java.lang.Autoclosable` below. > > Before: > > <img width="862" alt="class-links-old" > src="https://github.com/user-attachments/assets/ea9679fa-8b41-46ea-9ad1-1f31bdfc6bce"> > > After: > > <img width="869" alt="class-links-new" > src="https://github.com/user-attachments/assets/9d712d1a-5f83-4b49-971e-b06f2f4d1a0c"> Marked as reviewed by prappo (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/22662#pullrequestreview-2498832118