« get me outta code hell

content, css: generateCoverArtwork: 'primary-artists' mode - 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-11-17 15:55:28 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-11-17 16:35:31 -0400
commitc656395edea65e6eead8e3cbe1a9ecb067ad5ef6 (patch)
tree28642821ef167c2ac301b72cf85bbaefdcf7bde2 /src/static
parentd3a0e1b52aef93e3f74e557229e93a0a123c3e4b (diff)
content, css: generateCoverArtwork: 'primary-artists' mode
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 65f14e91..1ffe02fb 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1278,15 +1278,20 @@ p .current {
   border-top: 1px dashed var(--dim-color);
 }
 
-ul.image-details li {
+ul.image-details.art-tag-details li {
   display: inline-block;
   margin: 0;
 }
 
-#cover-art-container ul li:not(:last-child)::after {
+ul.image-details.art-tag-details li:not(:last-child)::after {
   content: " \00b7 ";
 }
 
+p.image-details.illustrator-details {
+  text-align: center;
+  font-style: oblique;
+}
+
 #artist-commentary.first-entry-is-dated {
   clear: right;
 }