git: 651f43916f - main - no underline for HTML links, only when you hover over the link with the mouse
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=651f43916fd9d657fc5dbc750897a45b55dcdf32 commit 651f43916fd9d657fc5dbc750897a45b55dcdf32 Author: Wolfram Schneider <[email protected]> AuthorDate: 2025-11-09 20:05:34 +0000 Commit: Wolfram Schneider <[email protected]> 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 */