summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 23:11:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 23:11:39 +0000
commit26bd729fd03c23e7b7c945f21b98cf43007d246e (patch)
treec74dc2635ad8a5320dac0e46b2c449aa91f35c71 /src/parse/propstrings.c
parentbed9eaa5cb7702cc25aa66229a171fb80bed501a (diff)
downloadlibcss-26bd729fd03c23e7b7c945f21b98cf43007d246e.tar.gz
libcss-26bd729fd03c23e7b7c945f21b98cf43007d246e.tar.bz2
Margin shorthand parser
svn path=/trunk/libcss/; revision=7997
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index 9e26271..213595d 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -102,6 +102,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "list-style-image", SLEN("list-style-image") },
{ "list-style-position", SLEN("list-style-position") },
{ "list-style-type", SLEN("list-style-type") },
+ { "margin", SLEN("margin") },
{ "margin-bottom", SLEN("margin-bottom") },
{ "margin-left", SLEN("margin-left") },
{ "margin-right", SLEN("margin-right") },