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
commit0b292997d5583ea9623304ec3cb53daf5822bf07 (patch)
treeba35f73b716a3bc811ac696fcb7e4c579e580af4
parent8c908739144a2a01adeef9bbeb928823ae79996a (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%;
}