From 81bb7aab1d9b9837767a4d4b995f17f173041635 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 23 Oct 2023 00:38:30 -0400 Subject: Style fix for bullets --- static/main.css | 2 +- templates/site | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index 1c95fbe..d37e38e 100644 --- a/static/main.css +++ b/static/main.css @@ -46,7 +46,7 @@ small { font-size: 75%; } ul { - list-style-type: none; + display: inline-block; } code { display: inline-block; diff --git a/templates/site b/templates/site index 0021187..3fb681e 160000 --- a/templates/site +++ b/templates/site @@ -1 +1 @@ -Subproject commit 002118777ddf2f81d2894d81bc7fadc64dbbc36f +Subproject commit 3fb681e48ae75f0e7b00075a2caf61e66582a973 -- cgit v1.2.3