aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-09 23:46:30 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-09 23:46:30 +0200
commitf5c4f4a15664e0620e08be3973361a4518d6b7f1 (patch)
tree1540431ecd4923ae52236aa8737e08d3f663815b
parentf4dbc27618e54fff8f926ebb6298c375725fd4bf (diff)
Fix stylesheet
-rw-r--r--src/stylesheet.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 4aa4e74..8724b51 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -108,10 +108,10 @@ void default_stylesheet(StyleSheet *ss)
sty->lop.margin_r = 0.0;
sty->lop.margin_t = 0.0;
sty->lop.margin_b = 0.0;
- sty->lop.pad_l = 40.0;
- sty->lop.pad_r = 40.0;
- sty->lop.pad_t = 40.0;
- sty->lop.pad_b = 40.0;
+ sty->lop.pad_l = 0.0;
+ sty->lop.pad_r = 0.0;
+ sty->lop.pad_t = 0.0;
+ sty->lop.pad_b = 0.0;
sty->lop.w = 1.0;
sty->lop.w_units = UNITS_FRAC;
sty->lop.h = 100.0;