diff options
author | Sebastian Geerken <devnull@localhost> | 2012-10-30 09:54:14 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-10-30 09:54:14 +0100 |
commit | 76cf4173b653db09c3bacbb0d01c1e153e52eac4 (patch) | |
tree | e8d33d03e2c6023427ea025197dae2ccd5e8553d /dw/style.cc | |
parent | d6b244d49b86d8fb79f44765f50b2674c4cb7aed (diff) | |
parent | 0c62630e68c0d6376ee04f163d48315c725ecf5c (diff) |
Merge with http://hg.dillo.org/dillo
Diffstat (limited to 'dw/style.cc')
-rw-r--r-- | dw/style.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.cc b/dw/style.cc index b0868c1f..7083ef2a 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -179,8 +179,8 @@ int StyleAttrs::hashValue () { borderCollapse + (intptr_t) borderColor.top + (intptr_t) borderColor.right + - (intptr_t) borderColor.bottom + - (intptr_t) borderColor.left + + (intptr_t) borderColor.bottom + + (intptr_t) borderColor.left + borderStyle.top + borderStyle.right + borderStyle.bottom + |