« 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
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/miscellany.css16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css
index 5cff2d57..11c07241 100644
--- a/src/static/css/miscellany.css
+++ b/src/static/css/miscellany.css
@@ -68,25 +68,21 @@
     }
   }
 
-  .other-group-accent,
   .rerelease-line {
     opacity: 0.7;
     font-style: oblique;
   }
 
-  .other-group-accent {
-    white-space: nowrap;
-  }
-
-  .other-group-accent a {
-    color: var(--page-primary-color);
+  :is(dt, li) .by {
+    font-style: oblique;
   }
 
-  dt .by, li .by {
-    font-style: oblique;
+  :is(dt, li) .by a {
+    display: inline-block;
   }
 
-  dt .by a, li .by a {
+  :is(dt, li) .other-group-accent a {
+    color: var(--page-primary-color);
     display: inline-block;
   }