diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-24 12:02:06 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-24 12:02:06 -0300 |
commit | 6dc9e0ba8c355ee9813d98171a8d6c7ce8e624ff (patch) | |
tree | f3020217b299aa03e6b2550c037861a28cd8ef22 /dw/style.hh | |
parent | 4bc80c00e134f96f7226f64eaa37d5c1097d00b2 (diff) |
imported patch border-collapse
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh index 0fbd2a84..7a401e7f 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -441,6 +441,7 @@ public: Box margin, borderWidth, padding; BorderCollapse borderCollapse; + bool collapseStyleSet; struct { Color *top, *right, *bottom, *left; } borderColor; struct { BorderStyle top, right, bottom, left; } borderStyle; |