diff options
| -rw-r--r-- | content/docs.md | 6 | ||||
| -rw-r--r-- | static/css/style.css | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/content/docs.md b/content/docs.md index 6a4769e..aeac7f5 100644 --- a/content/docs.md +++ b/content/docs.md @@ -2,4 +2,8 @@ # Documentation -[Modding/mods](modding)
\ No newline at end of file +## Table of contents +<ul class="tof"> +<li><a href="modding">Modding</a></li> +<li><a href="sideros">Zig engine documentation</a></li> +</ul> diff --git a/static/css/style.css b/static/css/style.css index 90f0390..36f78c0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -66,10 +66,6 @@ th { background-color: var(--primary); color: white; } -ul { - list-style: none outside; - padding: 0; -} /* Single column layout */ nav section, header section, main, footer section { |
