« 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/site.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index a78a31fb..ef3ffe8e 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -2353,17 +2353,23 @@ li .origin-details {
   text-indent: 0;
 }
 
-.album-group-list blockquote {
+blockquote:is(
+  .album-group-list *, .group-series-list *
+) {
   max-width: 540px;
   margin-bottom: 9px;
   margin-top: 3px;
 }
 
-.album-group-list blockquote p:first-child {
+blockquote p:first-child:is(
+  .album-group-list *, .group-series-list *
+) {
   margin-top: 0;
 }
 
-.album-group-list blockquote p:last-child {
+blockquote p:last-child:is(
+  .album-group-list *, .group-series-list *
+) {
   margin-bottom: 0;
 }