« get me outta code hell

content, css: generateAdditionalFilesListChunk: description in li - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
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
commit48a57e64e705624a219b140fb88fcf295329deb5 (patch)
treebc4dac3ac2a9f0def1943bed106913eebeada1bb /src/static
parent8d655f592df09a15537fd2275cd9c51b5af78d01 (diff)
content, css: generateAdditionalFilesListChunk: description in li
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index ed2bb98..c1c4b9d 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;
 }