[project @ 2004-12-06 22:31:22 by bursa]

Fix horizontal cellspacing.

svn path=/import/netsurf/; revision=1385
This commit is contained in:
James Bursa 2004-12-06 22:31:22 +00:00
parent 8a0965110f
commit dfc28d0ccb
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ struct css_style * box_get_style(struct content *c,
style->border_spacing.horz.unit =
style->border_spacing.vert.unit =
CSS_UNIT_PX;
style->border_spacing.vert.value =
style->border_spacing.horz.value =
style->border_spacing.vert.value =
value;
}