From 3c53c5f3476a787d501246402e319e171a924a46 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 11 Feb 2009 13:57:26 +0000 Subject: More property handlers svn path=/trunk/libcss/; revision=6430 --- include/libcss/properties.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libcss/properties.h b/include/libcss/properties.h index 7475642..6d12c14 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -396,7 +396,8 @@ enum css_text_align { CSS_TEXT_ALIGN_LEFT = 0x1, CSS_TEXT_ALIGN_RIGHT = 0x2, CSS_TEXT_ALIGN_CENTER = 0x3, - CSS_TEXT_ALIGN_JUSTIFY = 0x4 + CSS_TEXT_ALIGN_JUSTIFY = 0x4, + CSS_TEXT_ALIGN_DEFAULT = 0x5 }; enum css_text_decoration { -- cgit v1.2.3