From cc4d98bb8bf6177c523e0fbbc0b8385891528198 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 19 Jun 2009 10:44:47 +0000 Subject: Parse background shorthand property svn path=/trunk/libcss/; revision=7874 --- src/parse/propstrings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/propstrings.c') diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c index 208b384..2098b60 100644 --- a/src/parse/propstrings.c +++ b/src/parse/propstrings.c @@ -43,6 +43,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "after", SLEN("after") }, { "azimuth", SLEN("azimuth") }, + { "background", SLEN("background") }, { "background-attachment", SLEN("background-attachment") }, { "background-color", SLEN("background-color") }, { "background-image", SLEN("background-image") }, -- cgit v1.2.3