summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcss/properties.h3
1 files changed, 2 insertions, 1 deletions
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 {