Update sermon-a4.css
This commit is contained in:
parent
2336c8184b
commit
854a57f85a
1 changed files with 10 additions and 1 deletions
|
|
@ -153,7 +153,16 @@ blockquote cite {
|
|||
font-weight: normal;
|
||||
font-style: normal;
|
||||
color: var(--colorblockquote);
|
||||
margin-left: 0.6em; /* Abstand zwischen Versende und Quelle */
|
||||
}
|
||||
|
||||
/* Klammer auf vor der Bibelstelle */
|
||||
blockquote cite::before {
|
||||
content: " (";
|
||||
}
|
||||
|
||||
/* Klammer zu nach der Bibelstelle */
|
||||
blockquote cite::after {
|
||||
content: ")";
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
|
|||
Loading…
Reference in a new issue