Date: Mon, 9 Jun 2025 10:55:42 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: baca869691 - main - limit width of <hr/> lines to content area Message-ID: <202506091055.559Atgr1043915@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=baca8696911757e2ccfdbec368cbdcb8a9745637 commit baca8696911757e2ccfdbec368cbdcb8a9745637 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-06-09 10:54:37 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-06-09 10:54:37 +0000 limit width of <hr/> lines to content area --- website/content/en/cgi/man.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index d3ae02fb5c..80e0389bcb 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -1407,6 +1407,7 @@ span.space { font-size: xx-small; } form#man > input, form#man > button { font-size: large; } form#man > input[name='query'] { text-align: center; } p#section_links { max-width: 50em; } +hr { margin-left: 0em; max-width: 50em; } @media only screen and (max-height: 640px), (max-width: 760px) { /* hide logo color top */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506091055.559Atgr1043915>