aboutsummaryrefslogtreecommitdiff
path: root/dw/style.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/style.cc')
-rw-r--r--dw/style.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.cc b/dw/style.cc
index cc58ce28..f71543f7 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -47,7 +47,7 @@ void StyleAttrs::initValues ()
backgroundColor = NULL;
width = height = lineHeight = LENGTH_AUTO;
margin.setVal (0);
- borderWidth.setVal (0);
+ borderWidth.setVal (2);
padding.setVal (0);
setBorderColor (NULL);
setBorderStyle (BORDER_NONE);
@@ -75,7 +75,7 @@ void StyleAttrs::resetValues ()
height = LENGTH_AUTO;
margin.setVal (0);
- borderWidth.setVal (0);
+ borderWidth.setVal (2);
padding.setVal (0);
setBorderColor (NULL);
setBorderStyle (BORDER_NONE);