diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-24 15:00:36 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-24 15:00:36 -0300 |
commit | a12f6e9121d0049ed5f68b52c5d54ac35802a605 (patch) | |
tree | f1a57ceb56f3f277053ca368e548dbfcbd490992 /src/styleengine.cc | |
parent | ddb82f115ca6da13c0bcc53839debc5cff718da0 (diff) | |
parent | 6dc9e0ba8c355ee9813d98171a8d6c7ce8e624ff (diff) |
merge
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 3 |
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); |