diff --git a/collects/scribble/html-render.ss b/collects/scribble/html-render.ss index e3a37a59..a36dd8af 100644 --- a/collects/scribble/html-render.ss +++ b/collects/scribble/html-render.ss @@ -339,7 +339,8 @@ (p nbsp) ,@(super render-part d ht) (p nbsp) - ,@(navigation d ht)) + ,@(navigation d ht) + (p nbsp)) ;; Normal section render (super render-part d ht))]))) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index c9f55dff..f1e1be13 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -5,6 +5,7 @@ background-color: #ffffff; /*background-color: beige;*/ margin-top: 2em; + margin-bottom: 2em; max-width: 35em; margin-left: auto; margin-right: auto;