From 597e24b9600e5da8fb3794da8f65608a31b23bf3 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 26 Nov 2013 16:54:10 -0800 Subject: [PATCH] Restore indentation to blockquotes Merge to v6.0 original commit: 2a0bd4d6e9acd604cdf9cd2dbebb5528bf89e588 --- .../scribble-lib/scribble/manual-style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/manual-style.css b/pkgs/scribble-pkgs/scribble-lib/scribble/manual-style.css index b76e7791..0fdd48a9 100644 --- a/pkgs/scribble-pkgs/scribble-lib/scribble/manual-style.css +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/manual-style.css @@ -542,10 +542,13 @@ table.tocsublist { } pre { - margin-left: 0; + margin-left: 2em; } + blockquote { - margin-left: 0; + margin-left: 2em; + margin-right: 2em; + margin-bottom: 1em; } .SCodeFlow { @@ -579,7 +582,11 @@ blockquote { background: -o-linear-gradient(to bottom left, hsl(0, 0%, 99%) 0%, hsl(216, 78%, 95%) 100%); background: -ms-linear-gradient(to bottom left, hsl(0, 0%, 99%) 0%, hsl(216, 78%, 95%) 100%); background: linear-gradient(to bottom left, hsl(0, 0%, 99%) 0%, hsl(216, 78%, 95%) 100%); +} +blockquote > blockquote.SVInsetFlow { +/* resolves issue in e.g. /reference/notation.html */ + margin-top: 0em; } .leftindent .SVInsetFlow { /* see e.g. section 4.5 of Racket Guide */