git: baca869691 - main - limit width of <hr/> lines to content area
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jun 2025 10:55:42 UTC
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 */