aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-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;