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 d76f2f52f7697a38df6db585565f3f7471d10bce
parent 0a830f4c8f054576e2444b0924bb8a8bfbbc6dc6
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Sat, 12 Jul 2008 12:28:05 +0000

fix HTML rendering of a table at start of itemization

svn: r10725

original commit: eff5666a396e262a65b3bff053cdcf0f44952702

Diffstat:
Mcollects/scribble/html-render.ss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/scribble/html-render.ss b/collects/scribble/html-render.ss @@ -964,7 +964,7 @@ (loop (cdr ds) (cdr as) (cdr vas))))])))) `((table ([cellspacing "0"] ,@(if need-inline? - '([style "display: inline; vertical-align: top;"]) + '([style "display: inline-table; vertical-align: text-top;"]) null) ,@(case t-style [(boxed) '([class "boxed"])]