[project @ 2004-12-06 22:31:22 by bursa]
Fix horizontal cellspacing. svn path=/import/netsurf/; revision=1385
This commit is contained in:
parent
8a0965110f
commit
dfc28d0ccb
|
@ -826,7 +826,7 @@ struct css_style * box_get_style(struct content *c,
|
||||||
style->border_spacing.horz.unit =
|
style->border_spacing.horz.unit =
|
||||||
style->border_spacing.vert.unit =
|
style->border_spacing.vert.unit =
|
||||||
CSS_UNIT_PX;
|
CSS_UNIT_PX;
|
||||||
style->border_spacing.vert.value =
|
style->border_spacing.horz.value =
|
||||||
style->border_spacing.vert.value =
|
style->border_spacing.vert.value =
|
||||||
value;
|
value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue