Update sermon-a4.css
This commit is contained in:
parent
9c55472c9b
commit
aa8dfc7262
1 changed files with 6 additions and 6 deletions
|
|
@ -135,7 +135,7 @@ mark {
|
|||
|
||||
blockquote {
|
||||
font-weight: 500;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Entfernt den Zeilenumbruch der Absätze im Zitat */
|
||||
|
|
@ -145,11 +145,11 @@ blockquote p {
|
|||
}
|
||||
|
||||
blockquote cite {
|
||||
display: inline;
|
||||
color: var(--colorblockquote);
|
||||
font-weight: normal;
|
||||
margin-top: 0px;
|
||||
margin-left: 10px; /* Ein kleiner Abstand nach dem Text, damit es nicht klebt */
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
color: var(--colorblockquote);
|
||||
margin-left: 0.6em; /* Abstand zwischen Versende und Quelle */
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
|
|||
Loading…
Reference in a new issue