diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-12-13 09:55:26 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-12-13 09:55:26 -0500 |
commit | 2e1377c06cf741b4e618c186a4fa8af9c33f319a (patch) | |
tree | 469e59ad74e91bd243f6cd2f210e0bb7614dc7c2 /manuals/haunt/index.html | |
parent | 1d1d6ccae479193619c11a65f399298bbca05c25 (diff) |
Update Haunt manual.
Diffstat (limited to 'manuals/haunt/index.html')
-rw-r--r-- | manuals/haunt/index.html | 43 |
1 files changed, 25 insertions, 18 deletions
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; + } +} + --> </style> +<link rel="stylesheet" type="text/css" href="https://dthompson.us/css/dthompson.css"> </head> @@ -122,29 +145,13 @@ functional static site generator. </td></tr> <tr><td align="left" valign="top">• <a href="Contributing.html" accesskey="6">Contributing</a></td><td> </td><td align="left" valign="top">How to contribute to Haunt. </td></tr> -<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment"> - -</pre></th></tr><tr><td align="left" valign="top">• <a href="GNU-Free-Documentation-License.html" accesskey="7">GNU Free Documentation License</a></td><td> </td><td align="left" valign="top">The license of this manual. +<tr><td align="left" valign="top">• <a href="GNU-Free-Documentation-License.html" accesskey="7">GNU Free Documentation License</a></td><td> </td><td align="left" valign="top">The license of this manual. </td></tr> <tr><td align="left" valign="top">• <a href="Concept-Index.html" rel="index" accesskey="8">Concept Index</a></td><td> </td><td align="left" valign="top">Concepts. </td></tr> <tr><td align="left" valign="top">• <a href="Programming-Index.html" rel="index" accesskey="9">Programming Index</a></td><td> </td><td align="left" valign="top">Data types, procedures, syntax, and variables. </td></tr> -<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment"> - -</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre class="menu-comment"> — The Detailed Node Listing — - -Installation - -</pre></th></tr><tr><td align="left" valign="top">• <a href="Downloading.html">Downloading</a></td><td> </td><td align="left" valign="top">Downloading the source code. -</td></tr> -<tr><td align="left" valign="top">• <a href="Requirements.html">Requirements</a></td><td> </td><td align="left" valign="top">Software needed to build and run Haunt. -</td></tr> -<tr><td align="left" valign="top">• <a href="Building.html">Building</a></td><td> </td><td align="left" valign="top">Building from source code. -</td></tr> -<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment"> - -</pre></th></tr></table> +</table> <hr> <div class="header"> |