diff --git a/preserves.css b/preserves.css index 99cc36e..1b917ea 100644 --- a/preserves.css +++ b/preserves.css @@ -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;