summaryrefslogtreecommitdiff
path: root/source/html
diff options
context:
space:
mode:
Diffstat (limited to 'source/html')
-rw-r--r--source/html/html-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c
index bccefed4..a64fccc4 100644
--- a/source/html/html-layout.c
+++ b/source/html/html-layout.c
@@ -908,7 +908,7 @@ static void draw_list_mark(fz_context *ctx, fz_html *box, float page_top, float
}
s = buf;
- x = box->x - box->padding[L] - box->border[L] - box->margin[L] - w;
+ x = box->x - w;
while (*s)
{
s += fz_chartorune(&c, s);