diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-04 11:46:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-04-04 11:46:21 -0300 |
commit | 48a57e64e705624a219b140fb88fcf295329deb5 (patch) | |
tree | bc4dac3ac2a9f0def1943bed106913eebeada1bb /src/static | |
parent | 8d655f592df09a15537fd2275cd9c51b5af78d01 (diff) |
content, css: generateAdditionalFilesListChunk: description in li
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index ed2bb987..c1c4b9d5 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -1095,6 +1095,16 @@ li > ul { margin-bottom: 10px; } +.additional-files-list .entry-description { + list-style-type: none; + max-width: 540px; + + /* This should be margin-bottom, but cascading rules + * cause some awkwardness - `#content li` takes precedence. + */ + padding-bottom: 3px; +} + .group-contributions-table { display: inline-block; } |