summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-23 22:44:15 +0100
committerdavidovski <david@davidovski.xyz>2022-05-23 22:44:15 +0100
commit52af14a15b24bcc49c6433232cbe83bcd9ebc2d0 (patch)
treeba35f73b716a3bc811ac696fcb7e4c579e580af4
parentf62834b5a979b3775eb197e63aade4ff821805fb (diff)
removed bullets for ul
-rw-r--r--resources/style.css5
1 files changed, 5 insertions, 0 deletions
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%;
}