summaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2010-11-09 10:20:43 -0300
committerJorge Arellano Cid <jcid@dillo.org>2010-11-09 10:20:43 -0300
commit0d6db6eb1e23d5de55383175862aa8142ef5cd85 (patch)
tree5c7b2ef63fcf54527b9bf65f26365e608213925e /src/styleengine.cc
parenta12f6e9121d0049ed5f68b52c5d54ac35802a605 (diff)
parent8dde7d0eb570d424043585f644fd69f0721fff87 (diff)
merge
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index a381b1c6..9a28f562 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -547,6 +547,9 @@ void StyleEngine::apply (int i, StyleAttrs *attrs, CssPropertyList *props) {
case CSS_PROPERTY_TEXT_DECORATION:
attrs->textDecoration |= p->value.intVal;
break;
+ case CSS_PROPERTY_TEXT_INDENT:
+ computeLength (&attrs->textIndent, p->value.intVal, attrs->font);
+ break;
case CSS_PROPERTY_VERTICAL_ALIGN:
attrs->valign = (VAlignType) p->value.intVal;
break;