summaryrefslogtreecommitdiff
path: root/render/test
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-06-28 20:14:04 +0000
committerJames Bursa <james@netsurf-browser.org>2002-06-28 20:14:04 +0000
commite78ea408f3fee74beae600d1edeaa22c863953b9 (patch)
treee89028d064c1e61158ac8cd6df7558bfb0b7c57d /render/test
parentdf3341cb4305831a94c9983219f4a814406dc692 (diff)
downloadnetsurf-e78ea408f3fee74beae600d1edeaa22c863953b9.tar.gz
netsurf-e78ea408f3fee74beae600d1edeaa22c863953b9.tar.bz2
[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
Diffstat (limited to 'render/test')
-rw-r--r--render/test/test1.css7
1 files changed, 4 insertions, 3 deletions
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 }