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 {
|
blockquote {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Entfernt den Zeilenumbruch der Absätze im Zitat */
|
/* Entfernt den Zeilenumbruch der Absätze im Zitat */
|
||||||
|
|
@ -146,10 +146,10 @@ blockquote p {
|
||||||
|
|
||||||
blockquote cite {
|
blockquote cite {
|
||||||
display: inline;
|
display: inline;
|
||||||
color: var(--colorblockquote);
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-top: 0px;
|
font-style: normal;
|
||||||
margin-left: 10px; /* Ein kleiner Abstand nach dem Text, damit es nicht klebt */
|
color: var(--colorblockquote);
|
||||||
|
margin-left: 0.6em; /* Abstand zwischen Versende und Quelle */
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue