From 57af5283ec7cc34ec44ae2505fac99e62a4329f9 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 27 Sep 2023 21:29:54 -0400 Subject: Removed bullet points --- static/main.css | 3 +++ templates/index.html | 6 ++++++ templates/site | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index 82a3645..1c95fbe 100644 --- a/static/main.css +++ b/static/main.css @@ -45,6 +45,9 @@ p { small { font-size: 75%; } +ul { + list-style-type: none; +} code { display: inline-block; font-size: 125%; diff --git a/templates/index.html b/templates/index.html index 103bc57..3c02659 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,22 +7,28 @@ {% if dirs %}

Topics

+ {% endif %} {% if files %}

File Listing

+ {% endif %} {% if links %} + {% endif %} {% endblock %} diff --git a/templates/site b/templates/site index 0b022cf..0021187 160000 --- a/templates/site +++ b/templates/site @@ -1 +1 @@ -Subproject commit 0b022cf277af6d3c4392f7f6dd38399980137486 +Subproject commit 002118777ddf2f81d2894d81bc7fadc64dbbc36f -- cgit v1.2.3