On Mon, 26 May 2025 16:52:13 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> Please review a simple stylesheet change to adjust for the removal of code > span highlights in [JDK-8357452](https://bugs.openjdk.org/browse/JDK-8357452). > > Both of the (subtle) changes undone in this PR were introduced with code span > highlights and are no longer needed. Thanks for the reviews. Sorry for not providing screenshots in the first place, screenshots and description of changes below. - Code font had been reduced to accomodate for code span highlights, this changes it back to original size (most noticable in method signatures) - Not enough distance between multiple items in "See Also" list due to removed code span highlight, now is back to using code font space. Before: <img width="1051" alt="8357796-before" src="https://github.com/user-attachments/assets/d0c705be-a320-437b-b137-a681a07252af" /> After: <img width="1050" alt="8357796-after" src="https://github.com/user-attachments/assets/bf1e8e05-5a19-445e-b95f-fa58c64f4f24" /> ------------- PR Comment: https://git.openjdk.org/jdk/pull/25454#issuecomment-2929177930