summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6a7fa2c..3ca6ad9 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,7 @@ ul {
 .container {
 	display: grid;
 	grid-template-columns: 1fr 2fr;
+	gap: 5%;
 }
 
 .container #left {
@@ -50,12 +51,20 @@ dt {
 }
 
 h1,h2 {
+	width: 100%;
 	display: table;
 	padding: 0.25ex 0.25em;
 }
 
 h1 { border-bottom: 2pt solid }
 h2 { border-bottom: 1pt solid }
+h1, h2, h3 {
+	margin-bottom: 0;
+}
+
+ul {
+	margin: 0.1rem;
+}
 
 dd {
 	margin-left: 1rem;
@@ -77,16 +86,19 @@ li p {
 }
 
 @media print {
+	@page {margin: 5mm;}
 	nav, footer, .no-print { display: none }
 	dl, p, li {
 		font-size: 0.9em;
 	}
+	/*
 	a:not(.link-no-print)::after { content: " (" attr(href) ")"; }
-	.verbatim-print { font-family: monospace; }
 	a::after {
 		font-family: monospace;
 		color: initial;
 	}
+	*/
+	.verbatim-print { font-family: monospace; }
 	a {
 		text-decoration: none;
 		color: blue;