From 5e765356a7c4f80d03a05d170018fded6750ebb6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 8 Oct 2019 23:15:47 -0400 Subject: [PATCH] generated docs: global vars in a table --- lib/std/special/docs/index.html | 16 ++++++++++++++-- lib/std/special/docs/main.js | 21 +++++++++++++-------- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/lib/std/special/docs/index.html b/lib/std/special/docs/index.html index 39a96a1b2..7e2a21cd0 100644 --- a/lib/std/special/docs/index.html +++ b/lib/std/special/docs/index.html @@ -22,6 +22,10 @@ padding:1em; overflow-x: auto; } + code { + font-family:"Source Code Pro",monospace; + font-size:1em; + } nav { width: 10em; position: fixed; @@ -154,6 +158,12 @@ vertical-align: top; } + #sectGlobalVars td { + vertical-align: top; + margin: 0; + padding: 0.5em; + } + .tok-kw { color: #333; font-weight: bold; @@ -310,8 +320,10 @@