aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2010-10-24 15:00:36 -0300
committerJorge Arellano Cid <jcid@dillo.org>2010-10-24 15:00:36 -0300
commita12f6e9121d0049ed5f68b52c5d54ac35802a605 (patch)
treef1a57ceb56f3f277053ca368e548dbfcbd490992 /src/styleengine.cc
parentddb82f115ca6da13c0bcc53839debc5cff718da0 (diff)
parent6dc9e0ba8c355ee9813d98171a8d6c7ce8e624ff (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 62ba60d7..a381b1c6 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -434,6 +434,9 @@ void StyleEngine::apply (int i, StyleAttrs *attrs, CssPropertyList *props) {
//attrs->backgroundColor = Color::create(layout, 0xdcd1ba);
attrs->backgroundColor = Color::create(layout, 0xe0e0a3);
break;
+ case CSS_PROPERTY_BORDER_COLLAPSE:
+ attrs->borderCollapse = (BorderCollapse) p->value.intVal;
+ break;
case CSS_PROPERTY_BORDER_TOP_COLOR:
attrs->borderColor.top =
Color::create (layout, p->value.intVal);