diff options
author | corvid <corvid@lavabit.com> | 2010-11-09 00:18:56 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-11-09 00:18:56 +0000 |
commit | 8dde7d0eb570d424043585f644fd69f0721fff87 (patch) | |
tree | 67d61d7d492a4a5fb01d70a6923f41cd5e9bf4a2 /src/cssparser.cc | |
parent | ddb82f115ca6da13c0bcc53839debc5cff718da0 (diff) |
css text-indent property
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-November/007801.html
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index 23085352..233d3956 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -213,7 +213,7 @@ const CssPropertyInfo Css_property_info[CSS_PROPERTY_LAST] = { {"text-align", {CSS_TYPE_ENUM, CSS_TYPE_UNUSED}, Css_text_align_enum_vals}, {"text-decoration", {CSS_TYPE_MULTI_ENUM, CSS_TYPE_UNUSED}, Css_text_decoration_enum_vals}, - {"text-indent", {CSS_TYPE_UNUSED}, NULL}, + {"text-indent", {CSS_TYPE_LENGTH_PERCENTAGE, CSS_TYPE_UNUSED}, NULL}, {"text-shadow", {CSS_TYPE_UNUSED}, NULL}, {"text-transform", {CSS_TYPE_UNUSED}, NULL}, {"top", {CSS_TYPE_UNUSED}, NULL}, |