This commit is contained in:
2023-06-20 10:20:17 +02:00
parent a2fb9724c4
commit 9214d71439
+14 -8
View File
@@ -916,8 +916,14 @@ section[role="main-content"]{
// } // }
} }
} }
$bq_padd: 2em;
blockquote{ blockquote{
padding: 0 1em; padding: 0 $bq_padd;
margin: $base-line/2 0;
line-height: $base-line;
p{
margin: 0;
}
} }
ul, ol{ ul, ol{
padding: 0 0 0 2em; padding: 0 0 0 2em;
@@ -976,6 +982,13 @@ section[role="main-content"]{
// border-right: 1px solid $bleuroilight; // border-right: 1px solid $bleuroilight;
// text-indent: $pagenum_w * 2.5; // text-indent: $pagenum_w * 2.5;
} }
}
blockquote span[role="pageNum"]{
margin-right: - $pagenum_w * 1.5 - $bq_padd;
// &:before{
// right: -$bq_padd;
// }
} }
a.text-item-link{ a.text-item-link{
@@ -1009,13 +1022,6 @@ section[role="main-content"]{
line-height: $base-line; line-height: $base-line;
margin-bottom: $base-line/2; margin-bottom: $base-line/2;
} }
blockquote{
margin: $base-line/2 1em;
line-height: $base-line;
p{
margin: 0;
}
}
} }
&.entities-hidden{ &.entities-hidden{