diff --git a/scss/style.scss b/scss/style.scss
index e703454..f6381ca 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -701,11 +701,15 @@ details[open] > summary::after {
line-height: 11pt;
}
-
-#textcontent-pb .longQuote,
#textcontent-pb .typescriptLongQuote,
-#textcontent-pb .inkLongQuote,
#textcontent-pb .typescriptLongQuoteLeading {
+ font-size: 1em;
+ line-height: 1em;
+}
+
+#textcontent-pb .longQuote,
+#textcontent-pb .inkLongQuote
+ {
font-size: 7pt !important;
line-height: 8pt !important;
}
@@ -939,10 +943,10 @@ details[open] > summary::after {
color: #303030;
}
-#textcontent-pb .metamark {
- position: absolute;
- text-indent: 0 !important;
-}
+// #textcontent-pb .metamark {
+// position: absolute;
+// text-indent: 0 !important;
+// }
#textcontent-pb .note {
position: absolute;
@@ -1010,15 +1014,15 @@ details[open] > summary::after {
}
.marginRight {
- margin-left: 20%;
+ margin-left: 10%;
}
.marginLeft {
- margin-left: 40%;
+ margin-left: 30%;
}
.marginLeftAbove {
- margin-left: 10%;
+ margin-left: 40%;
margin-bottom: 10pt;
}
@@ -1081,4 +1085,12 @@ wpn-time-line {
border: 2px solid $wpn-red;
background-color: $wpn-red;
opacity: 0.4;
+}
+
+.align-super {
+ vertical-align: super;
+}
+
+.text-decoration-underline-dotted {
+ text-decoration: underline dotted;
}
\ No newline at end of file
diff --git a/xslt/editions_typo.xsl b/xslt/editions_typo.xsl
index eab0caf..b76a7f8 100644
--- a/xslt/editions_typo.xsl
+++ b/xslt/editions_typo.xsl
@@ -7,7 +7,10 @@
version="3.0" exclude-result-prefixes="#all">
-
+
+
+
+
@@ -121,6 +124,7 @@