Tue Apr 13 15:04:03 2021 UTC ()
templates: match pkgsrc website

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


(nia)
diff -r1.11 -r1.12 pkgsrc/templates/main.css

cvs diff -r1.11 -r1.12 pkgsrc/templates/main.css (expand / switch to context diff)
--- pkgsrc/templates/main.css 2021/04/12 14:01:33 1.11
+++ pkgsrc/templates/main.css 2021/04/13 15:04:03 1.12
@@ -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 {