Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2025 20:06:45 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 651f43916f - main - no underline for HTML links, only when you hover over the link with the mouse
Message-ID:  <202511092006.5A9K6jkV019794@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=651f43916fd9d657fc5dbc750897a45b55dcdf32

commit 651f43916fd9d657fc5dbc750897a45b55dcdf32
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-11-09 20:05:34 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-11-09 20:05:34 +0000

    no underline for HTML links, only when you hover over the link with the mouse
---
 website/content/en/cgi/man.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index ae4a369537..8b5ec2dd52 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1432,6 +1432,8 @@ form#man > input, form#man > button { font-size: large; }
 form#man > input[name='query'] { text-align: center; }
 p#section_links, div#footer { max-width: 50em; }
 hr { margin-left: 0em; max-width: 50em; }
+a:link  { text-decoration:none; }
+a:hover { text-decoration:underline; }
 
 @media only screen and (max-height: 640px), (max-width: 760px) {
   /* hide logo color top */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511092006.5A9K6jkV019794>