summaryrefslogtreecommitdiff
path: root/source/html/css-apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/css-apply.c')
-rw-r--r--source/html/css-apply.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/html/css-apply.c b/source/html/css-apply.c
index fbccac8d..bf0336eb 100644
--- a/source/html/css-apply.c
+++ b/source/html/css-apply.c
@@ -892,6 +892,8 @@ fz_get_css_match_display(fz_css_match *match)
return DIS_BLOCK;
if (!strcmp(value->data, "list-item"))
return DIS_LIST_ITEM;
+ if (!strcmp(value->data, "inline-block"))
+ return DIS_INLINE_BLOCK;
}
return DIS_INLINE;
}