git: 8aa6f31783 - main - limit width of footer to content area
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jun 2025 15:13:26 UTC
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) {