summaryrefslogtreecommitdiff
path: root/src/select/properties/border_bottom_width.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/border_bottom_width.c')
-rw-r--r--src/select/properties/border_bottom_width.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/border_bottom_width.c b/src/select/properties/border_bottom_width.c
index b9c217e..b65ed5e 100644
--- a/src/select/properties/border_bottom_width.c
+++ b/src/select/properties/border_bottom_width.c
@@ -29,7 +29,7 @@ css_error set_border_bottom_width_from_hint(const css_hint *hint,
css_error initial_border_bottom_width(css_select_state *state)
{
- return set_border_bottom_width(state->result, CSS_BORDER_WIDTH_MEDIUM,
+ return set_border_bottom_width(state->computed, CSS_BORDER_WIDTH_MEDIUM,
0, CSS_UNIT_PX);
}