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:           Tue Apr 13 15:04:03 UTC 2021

Modified Files:
        pkgsrc/templates: main.css

Log Message:
templates: match pkgsrc website

- downsize logo to 150px
- add slight padding to edges of screen


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/templates/main.css:1.12
--- pkgsrc/templates/main.css:1.11      Mon Apr 12 14:01:33 2021
+++ pkgsrc/templates/main.css   Tue Apr 13 15:04:03 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.11 2021/04/12 14:01:33 nia Exp $ */
+/* $NetBSD: main.css,v 1.12 2021/04/13 15:04:03 nia Exp $ */
 
 body {
        font-family: sans-serif;
@@ -6,6 +6,8 @@ body {
        color: #000;
        max-width: 1100px;
        margin: auto;
+       padding-left: 10px;
+       padding-right: 10px;
 }
 
 body, pre, code, samp {
@@ -58,7 +60,7 @@ hr {
 }
 
 #logo {
-       width: 200px;
+       width: 150px;
        float: right;
        border: 0;
        margin-bottom: 1em;
@@ -88,7 +90,6 @@ th {
                display: block;
                margin-left: auto;
                margin-right: auto;
-               width: 150px;
        }
 
        th {



Home | Main Index | Thread Index | Old Index