bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c16e2c54d873958b91ac724e1aa8a24fe3400ff2
parent 23b8961abf6f561f68309debbc51f0e3d78e0637
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Thu, 24 May 2007 07:11:05 +0000

slightly better HTML footer

svn: r6257

original commit: 1016afb7ff22a13d4bbb2e02ebdc37c2afd37f62

Diffstat:
Mcollects/scribble/html-render.ss | 3++-
Mcollects/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 @@ -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 @@ -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;