From c16e2c54d873958b91ac724e1aa8a24fe3400ff2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 24 May 2007 07:11:05 +0000 Subject: [PATCH] slightly better HTML footer svn: r6257 original commit: 1016afb7ff22a13d4bbb2e02ebdc37c2afd37f62 --- collects/scribble/html-render.ss | 3 ++- collects/scribble/scribble.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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;