Received: by mail.netbsd.org (Postfix, from userid 605) id A64FF84D64; Mon, 22 Feb 2021 09:43:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF94B84D63 for ; Mon, 22 Feb 2021 09:43:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id V6abMWefqfr2 for ; Mon, 22 Feb 2021 09:43:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 77F2284CE3 for ; Mon, 22 Feb 2021 09:43:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 717E5FA95; Mon, 22 Feb 2021 09:43:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161398703839480" MIME-Version: 1.0 Date: Mon, 22 Feb 2021 09:43:58 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/templates To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210222094358.717E5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161398703839480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Feb 22 09:43:58 UTC 2021 Modified Files: pkgsrc/templates: main.css Log Message: templates: More separation. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/templates/main.css Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161398703839480 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/templates/main.css diff -u pkgsrc/templates/main.css:1.4 pkgsrc/templates/main.css:1.5 --- pkgsrc/templates/main.css:1.4 Mon Feb 22 09:40:48 2021 +++ pkgsrc/templates/main.css Mon Feb 22 09:43:58 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: main.css,v 1.4 2021/02/22 09:40:48 nia Exp $ */ +/* $NetBSD: main.css,v 1.5 2021/02/22 09:43:58 nia Exp $ */ body { font-family: sans-serif; @@ -58,4 +58,8 @@ hr { .package-data { list-style-type: none; padding-left: 0; + padding-top: 1em; + padding-bottom: 1em; + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; } --_----------=_161398703839480--