« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/site.css')
-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;
 }