slightly better HTML footer

svn: r6257

original commit: 1016afb7ff22a13d4bbb2e02ebdc37c2afd37f62
This commit is contained in:
Matthew Flatt 2007-05-24 07:11:05 +00:00
parent 23b8961abf
commit c16e2c54d8
2 changed files with 3 additions and 1 deletions

View File

@ -339,7 +339,8 @@
(p nbsp) (p nbsp)
,@(super render-part d ht) ,@(super render-part d ht)
(p nbsp) (p nbsp)
,@(navigation d ht)) ,@(navigation d ht)
(p nbsp))
;; Normal section render ;; Normal section render
(super render-part d ht))]))) (super render-part d ht))])))

View File

@ -5,6 +5,7 @@
background-color: #ffffff; background-color: #ffffff;
/*background-color: beige;*/ /*background-color: beige;*/
margin-top: 2em; margin-top: 2em;
margin-bottom: 2em;
max-width: 35em; max-width: 35em;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;