h3, .subtitle2 {
font-size: 1.5em;
- margin: 1.5em 0 0;
+ margin: 1.5em 0 1em 0;
font-weight: normal;
line-height: 1.5em;
}
margin: 0;
text-indent: 1.5em;
}
+p.paragraph.werset {
+ text-indent: 0;
+ margin-bottom: 1em;
+}
.motto {
text-align: justify;
em.math, em.foreign-word, em.book-title, em.didaskalia {
font-style: italic;
}
+em.foreign-word.foreign-word-protected {
+ font-style: normal;
+}
em.author-emphasis {
letter-spacing: 0.1em;
font-size: 18px;
font-style: normal;
font-weight: 400;
- line-height: 28px; /* 155.556% */
+ line-height: 28px; /* 155.556% */
+
+ em.foreign-word.foreign-word-protected {
+ font-style: normal;
+ }
}
#footnote-link {
let range = document.createRange();
let $p = $(this).nextAll('.paragraph').first()
- range.selectNode($p[0]);
+ range.selectNodeContents($p[0]);
sel.addRange(range);
qbox.showForSelection(sel);