aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-09 22:04:12 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-09 22:04:12 +0100
commit978b4c290aa78dc74a364d1cd5bcd4f0d0bd3631 (patch)
treef3bf80c3edf7b1b8c21909cfdb9e2660d237bee4
parent0f02ead65c702ed5e065788e1044ec2bc8d186ff (diff)
the white-space property is inherited according to CSS 2.1
-rw-r--r--dw/style.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/style.cc b/dw/style.cc
index f33a3a9f..1b340966 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -82,7 +82,6 @@ void StyleAttrs::resetValues ()
vBorderSpacing = 0;
display = DISPLAY_INLINE;
- whiteSpace = WHITE_SPACE_NORMAL;
}
/**