commit 597e24b9600e5da8fb3794da8f65608a31b23bf3
parent da928bc69d275b9ca6782bb6946101f2ea58576e
Author: Matthew Butterick <mb@mbtype.com>
Date: Tue, 26 Nov 2013 16:54:10 -0800
Restore indentation to blockquotes
Merge to v6.0
original commit: 2a0bd4d6e9acd604cdf9cd2dbebb5528bf89e588
Diffstat:
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
@@ -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 */