summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-13 15:04:03 +0000
committernia <nia@pkgsrc.org>2021-04-13 15:04:03 +0000
commitbdf23e726dbcc3df1a344ac563ef96008cd04521 (patch)
treeb7c4716d560ef5b2b44cd45cc77171374630b44d /templates
parent3c76d534c26cb1fbdcd5a2b6c3dfe4a2b9e22db3 (diff)
downloadpkgsrc-bdf23e726dbcc3df1a344ac563ef96008cd04521.tar.gz
templates: match pkgsrc website
- downsize logo to 150px - add slight padding to edges of screen
Diffstat (limited to 'templates')
-rw-r--r--templates/main.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/main.css b/templates/main.css
index 97c1b2b7e25..5b586281728 100644
--- a/templates/main.css
+++ b/templates/main.css
@@ -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 {