diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-11 18:05:20 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-11 18:05:20 -0300 |
| commit | f7ecb567b5a692bd6c123e17cd2813e2e1158355 (patch) | |
| tree | ec110329f42f25e675c63a192fd40c8608bde41e /src/static | |
| parent | 42e8715c2dde6fe62c8c0bc0b3d7f7acfa6c29d4 (diff) | |
css: use normal bullet for additional file files preview
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/features.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 8897561e..eb08577a 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -19,6 +19,7 @@ margin-top: 2px; margin-bottom: 10px; padding-left: 30px; + list-style-type: disc; } .additional-files-list .entry-description { |