pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/templates templates: match pkgsrc website



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0075c2737c42
branches:  trunk
changeset: 450288:0075c2737c42
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 13 15:04:03 2021 +0000

description:
templates: match pkgsrc website

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

diffstat:

 templates/main.css |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 3043dc6c2fc2 -r 0075c2737c42 templates/main.css
--- a/templates/main.css        Tue Apr 13 13:34:17 2021 +0000
+++ b/templates/main.css        Tue Apr 13 15:04:03 2021 +0000
@@ -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 @@
        color: #000;
        max-width: 1100px;
        margin: auto;
+       padding-left: 10px;
+       padding-right: 10px;
 }
 
 body, pre, code, samp {
@@ -58,7 +60,7 @@
 }
 
 #logo {
-       width: 200px;
+       width: 150px;
        float: right;
        border: 0;
        margin-bottom: 1em;
@@ -88,7 +90,6 @@
                display: block;
                margin-left: auto;
                margin-right: auto;
-               width: 150px;
        }
 
        th {



Home | Main Index | Thread Index | Old Index