From 0b292997d5583ea9623304ec3cb53daf5822bf07 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:44:15 +0100 Subject: [PATCH] removed bullets for ul --- resources/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/style.css b/resources/style.css index 2912442..81ace61 100644 --- a/resources/style.css +++ b/resources/style.css @@ -150,6 +150,11 @@ pre { float: right; } +ul { + list-style-type: none; + margin: 0; +} + img { width: 100%; }