summaryrefslogtreecommitdiff
path: root/source/html/layout.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-10-15 14:43:15 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:51 +0100
commit1ce69ac127c823463204ad522bb7c71ac7fad27a (patch)
tree7814d15bc5f50a714c22eb33d70de63a6773ab28 /source/html/layout.c
parent5cb1a29be4993d72cf6ab2af128135e2b7e40dd2 (diff)
downloadmupdf-1ce69ac127c823463204ad522bb7c71ac7fad27a.tar.xz
html: Use float for dimensions.
Diffstat (limited to 'source/html/layout.c')
-rw-r--r--source/html/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/layout.c b/source/html/layout.c
index 14edc5ef..372a495d 100644
--- a/source/html/layout.c
+++ b/source/html/layout.c
@@ -22,7 +22,7 @@ static const char *default_css =
"sub{vertical-align:sub}"
"sup{vertical-align:super}"
"s,strike,del{text-decoration:line-through}"
-"hr{border:1pxinset}"
+"hr{border:1px inset}"
"ol,ul,dir,menu,dd{margin-left:40px}"
"ol{list-style-type:decimal}"
"ol ul,ul ol,ul ul,ol ol{margin-top:0;margin-bottom:0}"