summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 13:57:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 13:57:26 +0000
commit3c53c5f3476a787d501246402e319e171a924a46 (patch)
treede5f30a430073897cf6132e010fa2f1ca1e918ac /include/libcss
parent4d8b2f17ebf28f3b3fd10a3a2bf2b1e9c3e0ebc5 (diff)
downloadlibcss-3c53c5f3476a787d501246402e319e171a924a46.tar.gz
libcss-3c53c5f3476a787d501246402e319e171a924a46.tar.bz2
More property handlers
svn path=/trunk/libcss/; revision=6430
Diffstat (limited to 'include/libcss')
-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 {