From e78ea408f3fee74beae600d1edeaa22c863953b9 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 28 Jun 2002 20:14:04 +0000 Subject: [project @ 2002-06-28 20:14:04 by bursa] Changed float representation in box tree to implement floated tables. svn path=/import/netsurf/; revision=25 --- render/test/test1.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'render/test') diff --git a/render/test/test1.css b/render/test/test1.css index faf1354b8..a399bbadf 100644 --- a/render/test/test1.css +++ b/render/test/test1.css @@ -5,10 +5,10 @@ dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, object, ol, p, ul, hr, menu, pre { display: block } -a, abbr, acronym, b, code, +/* a, abbr, acronym, b, code, em, i, q, s, strong, u, font, span, -var { display: inline } -li { display: list-item } +var { display: inline } */ +li { display: /* list-item */ block } head { display: none } table { display: table } tr { display: table-row } @@ -19,5 +19,6 @@ col { display: table-column } colgroup { display: table-column-group } td, th { display: table-cell } caption { display: table-caption } +img { display:none} h1 { font-size: xx-large; text-align: center } -- cgit v1.2.3