pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/templates



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.

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;
 }



Home | Main Index | Thread Index | Old Index