From c436febaf7f7b7605bf61777931e97831d956d83 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 13 Sep 2020 18:20:00 -0400 Subject: Lots of documentation updates. Updated header id generation, anchors, links, and header levels. Added dedicated book page and support data. Removed extra module autocompletion and documentation from Lua module. Removed GPG signing and verification, as everything is built and distributed on GitHub. Removed all release links prior to 10.8 since there is no point in uploading the relevant files to GitHub. --- docs/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index aede8b9b..ab4f1455 100644 --- a/docs/style.css +++ b/docs/style.css @@ -25,10 +25,10 @@ del { color: #994d4d; } h1 { margin: 0 0 1em 0; } h2, h3, h4, h5, h6 { margin: 1em 0 1em 0; } h1 { font-size: 1.3em; } -h2 { font-size: 1.1em; } -h3 { font-size: 1em; } -h4 { font-size: 0.9em; } -h5 { font-size: 0.8em; } +h2 { font-size: 1.2em; } +h3 { font-size: 1.1em; } +h4 { font-size: 1.0em; } +h5 { font-size: 0.9em; } hr { border: 1px solid #d9d9d9; -- cgit v1.2.3