From 26bd729fd03c23e7b7c945f21b98cf43007d246e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 25 Jun 2009 23:11:39 +0000 Subject: Margin shorthand parser svn path=/trunk/libcss/; revision=7997 --- src/parse/properties/properties.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/properties/properties.c') diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c index 0fd5747..28b92b7 100644 --- a/src/parse/properties/properties.c +++ b/src/parse/properties/properties.c @@ -72,6 +72,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] = parse_list_style_image, parse_list_style_position, parse_list_style_type, + parse_margin, parse_margin_bottom, parse_margin_left, parse_margin_right, -- cgit v1.2.3