summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-05-22 21:50:14 +0000
committerJames Bursa <james@netsurf-browser.org>2005-05-22 21:50:14 +0000
commit22640f85e0d245df817df96afa18d382e3a1b49a (patch)
tree57420cd508f6bd05fe7ad4fff3d8438a91ebf770 /css/css.c
parent48d1759374e95bbc0c59fa2c87e9e8122f0e1273 (diff)
downloadnetsurf-22640f85e0d245df817df96afa18d382e3a1b49a.tar.gz
netsurf-22640f85e0d245df817df96afa18d382e3a1b49a.tar.bz2
[project @ 2005-05-22 21:50:14 by bursa]
Add BOX_TEXT type to distinguish boxes which came from an inline element to boxes which came from a text node. Add inline_parent pointer to box structure. Rewrite text-decoration support to take advantage of the new data (line colours are now correct). Note: there is a clipping issue in redraw. svn path=/import/netsurf/; revision=1732
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/css.c b/css/css.c
index 5477ca856..706e27561 100644
--- a/css/css.c
+++ b/css/css.c
@@ -363,7 +363,7 @@ const struct css_style css_blank_style = {
CSS_POSITION_STATIC,
CSS_TABLE_LAYOUT_AUTO,
CSS_TEXT_ALIGN_INHERIT,
- CSS_TEXT_DECORATION_INHERIT,
+ CSS_TEXT_DECORATION_NONE,
{ CSS_TEXT_INDENT_INHERIT, { { 0, CSS_UNIT_EM } } },
CSS_TEXT_TRANSFORM_INHERIT,
CSS_UNICODE_BIDI_NORMAL,