summaryrefslogtreecommitdiff
path: root/render/test
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-06-26 23:27:30 +0000
committerJames Bursa <james@netsurf-browser.org>2002-06-26 23:27:30 +0000
commitdf3341cb4305831a94c9983219f4a814406dc692 (patch)
tree4a56a12267cd9bb7132be6c0876035c766a55da9 /render/test
parent900a3a9b241698b50b0a5276198f644304085100 (diff)
downloadnetsurf-df3341cb4305831a94c9983219f4a814406dc692.tar.gz
netsurf-df3341cb4305831a94c9983219f4a814406dc692.tar.bz2
[project @ 2002-06-26 23:27:30 by bursa]
Implied table elements and colspan implemented. svn path=/import/netsurf/; revision=24
Diffstat (limited to 'render/test')
-rw-r--r--render/test/test1.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/test/test1.css b/render/test/test1.css
index 2158e3a7a..faf1354b8 100644
--- a/render/test/test1.css
+++ b/render/test/test1.css
@@ -3,10 +3,10 @@ html { font-size: medium }
address, blockquote, body, dd, div,
dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, html,
-object, ol, p, ul
+object, ol, p, ul,
hr, menu, pre { display: block }
-a, abbr, acronym, b, code
-em, i, q, s, strong, u,
+a, abbr, acronym, b, code,
+em, i, q, s, strong, u, font, span,
var { display: inline }
li { display: list-item }
head { display: none }