Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2025 15:13:26 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8aa6f31783 - main - limit width of footer to content area
Message-ID:  <202506131513.55DFDQaq046271@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=8aa6f3178320f359c817408740802fbdfb45124e

commit 8aa6f3178320f359c817408740802fbdfb45124e
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-06-13 15:12:25 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-06-13 15:12:25 +0000

    limit width of footer to content area
---
 website/content/en/cgi/man.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index aeddf504ef..e5769b2b90 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1406,7 +1406,7 @@ span.footer_links { font-size: small; }
 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; }
+p#section_links, div#footer { max-width: 50em; }
 hr { margin-left: 0em; max-width: 50em; }
 
 @media only screen and (max-height: 640px), (max-width: 760px) {



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