From fac6e78e4235414393b828646106071de57f5a51 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 25 Jun 2009 22:59:47 +0000 Subject: List-style shorthand parser svn path=/trunk/libcss/; revision=7994 --- 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 6e7177b..0fd5747 100644 --- a/src/parse/properties/properties.c +++ b/src/parse/properties/properties.c @@ -68,6 +68,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] = parse_left, parse_letter_spacing, parse_line_height, + parse_list_style, parse_list_style_image, parse_list_style_position, parse_list_style_type, -- cgit v1.2.3