summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 23:20:21 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 23:20:21 +0000
commit2bc03416cd99fa9a4b8f8b7122ebe9907c21dc9b (patch)
tree7dcf2e8c1e3479b2561e0efec5f67d3222a6be57 /src/parse/properties/properties.c
parent55169f654db8301e653d20f79434f1f601ef8f12 (diff)
downloadlibcss-2bc03416cd99fa9a4b8f8b7122ebe9907c21dc9b.tar.gz
libcss-2bc03416cd99fa9a4b8f8b7122ebe9907c21dc9b.tar.bz2
Padding shorthand property parser
svn path=/trunk/libcss/; revision=7999
Diffstat (limited to 'src/parse/properties/properties.c')
-rw-r--r--src/parse/properties/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index 28b92b7..0f555e1 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -87,6 +87,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
parse_outline_style,
parse_outline_width,
parse_overflow,
+ parse_padding,
parse_padding_bottom,
parse_padding_left,
parse_padding_right,