git: 3a446b15a4 - main - ports.cgi: update/sync CSS

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Mon, 19 Jan 2026 19:08:11 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3a446b15a4a4cc3ea3a982b0a27b32b56d367a3a

commit 3a446b15a4a4cc3ea3a982b0a27b32b56d367a3a
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-01-19 19:07:47 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-01-19 19:08:01 +0000

    ports.cgi: update/sync CSS
---
 website/content/en/cgi/ports.cgi | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index 3c92a45982..6a5c945ac6 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -36,12 +36,19 @@ require "./cgi-style.pl";
 
 our $t_style = qq`
 <style type="text/css">
-h3 { font-size: 1.2em; border-bottom: thin solid black; }
-span.footer_links { font-size: small; }
+h3 { font-size: 1.20em; border-bottom: thin solid black; max-width: 42em; }
 
 form#ports > input[name='query'] { text-align: center; }
-form#ports > input[name='query'] { width: 14em; }
+form#ports > input[name='query'] { width: 20em; }
 form#ports > input, form#ports > button, form#ports > select { font-size: large; }
+
+span.footer_links { font-size: small; }
+span.space { font-size: xx-small; }
+
+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; }
 </style>
 
 <link rel="search" type="application/opensearchdescription+xml" href="https://www.freebsd.org/opensearch/ports.xml" title="FreeBSD Ports" />