aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index bdd6affb..63cf094c 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -126,6 +126,12 @@ void StyleEngine::apply (StyleAttrs *attrs, CssPropertyList *props) {
case CssProperty::CSS_PROPERTY_BORDER_WIDTH:
attrs->borderWidth.setVal (p->value.intVal);
break;
+ case CssProperty::CSS_PROPERTY_BORDER_SPACING_HORIZONTAL:
+ attrs->borderWidth.setVal (p->value.intVal);
+ break;
+ case CssProperty::CSS_PROPERTY_BORDER_SPACING_VERTICAL:
+ attrs->borderWidth.setVal (p->value.intVal);
+ break;
case CssProperty::CSS_PROPERTY_COLOR:
attrs->color = Color::createSimple (layout, p->value.intVal);
break;