fix HTML rendering of a table at start of itemization

svn: r10725

original commit: eff5666a396e262a65b3bff053cdcf0f44952702
This commit is contained in:
Matthew Flatt 2008-07-12 12:28:05 +00:00
parent 0a830f4c8f
commit d76f2f52f7

View File

@ -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"])]