From 2e1377c06cf741b4e618c186a4fa8af9c33f319a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 13 Dec 2021 09:55:26 -0500 Subject: Update Haunt manual. --- manuals/haunt/index.html | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) (limited to 'manuals/haunt/index.html') diff --git a/manuals/haunt/index.html b/manuals/haunt/index.html index 03f4be8..c7a4b25 100644 --- a/manuals/haunt/index.html +++ b/manuals/haunt/index.html @@ -39,8 +39,31 @@ span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} +@media (min-width: 1140px) { + body { + margin-left: 14rem; + margin-right: 4rem; + max-width: 52rem; + } +} + +@media (min-width: 800px) and (max-width: 1140px) { + body { + margin-left: 6rem; + margin-right: 4rem; + max-width: 52rem; + } +} + +@media (max-width: 800px) { + body { + margin: 1rem; + } +} + --> + @@ -122,29 +145,13 @@ functional static site generator. • Contributing  How to contribute to Haunt. -GNU Free Documentation License  The license of this manual. +• GNU Free Documentation License  The license of this manual. • Concept Index  Concepts. • Programming Index  Data types, procedures, syntax, and variables. -Downloading  Downloading the source code. - -• Requirements  Software needed to build and run Haunt. - -• Building  Building from source code. - - +
-- cgit v1.2.3