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: Thu Apr 8 12:03:44 UTC 2021
Modified Files:
pkgsrc/templates: main.css
Log Message:
templates: add maximum width
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/templates/main.css:1.10
--- pkgsrc/templates/main.css:1.9 Mon Apr 5 10:30:04 2021
+++ pkgsrc/templates/main.css Thu Apr 8 12:03:43 2021
@@ -1,15 +1,21 @@
-/* $NetBSD: main.css,v 1.9 2021/04/05 10:30:04 nia Exp $ */
+/* $NetBSD: main.css,v 1.10 2021/04/08 12:03:43 nia Exp $ */
body {
font-family: sans-serif;
background-color: #fff;
color: #000;
+ max-width: 1100px;
+ margin: auto;
}
body, pre, code, samp {
font-size: 16px;
}
+pre {
+ overflow-x: scroll;
+}
+
h1 {
font-size: 160%;
}
Home |
Main Index |
Thread Index |
Old Index