diff options
author | davidovski <david@davidovski.xyz> | 2022-05-23 22:44:15 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-23 22:44:15 +0100 |
commit | 52af14a15b24bcc49c6433232cbe83bcd9ebc2d0 (patch) | |
tree | ba35f73b716a3bc811ac696fcb7e4c579e580af4 /resources | |
parent | f62834b5a979b3775eb197e63aade4ff821805fb (diff) |
removed bullets for ul
Diffstat (limited to 'resources')
-rw-r--r-- | resources/style.css | 5 |
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%; } |