From 52af14a15b24bcc49c6433232cbe83bcd9ebc2d0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:44:15 +0100 Subject: removed bullets for ul --- resources/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources') 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%; } -- cgit v1.2.1