Repair css

This commit is contained in:
Tony Garnock-Jones 2022-06-10 16:05:35 +02:00
parent b332f2668e
commit bb878bab46
1 changed files with 6 additions and 6 deletions

View File

@ -102,6 +102,12 @@ blockquote {
border-left: solid #4f81bd 2px;
margin-right: 0;
}
blockquote :first-child {
margin-top: 0;
}
blockquote :last-child {
margin-bottom: 0;
}
.rationale {
background-color: #e9f0f9;
@ -116,12 +122,6 @@ blockquote.pseudocode {
font-weight: inherit;
font-size: 90%;
}
.pseudocode :first-child {
margin-top: 0;
}
.pseudocode :last-child {
margin-bottom: 0;
}
.pseudocode pre, .pseudocode code { background-color: inherit; }
.pseudocode p {
white-space: pre;