summaryrefslogtreecommitdiff
path: root/source/html/html-layout.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-28 11:53:32 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commitfe05bc51ee70190516d6cc65f03e343bfdc4f849 (patch)
tree18998877e251cb9f804a09d3ae7e93a3de10afea /source/html/html-layout.c
parent46c3e7d3731c4e869e8b6b7b1e7f1a1b2d2491cd (diff)
downloadmupdf-fe05bc51ee70190516d6cc65f03e343bfdc4f849.tar.xz
html: Make font-size keywords relative sized based on a 1.2 scaling factor.
Diffstat (limited to 'source/html/html-layout.c')
-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 42392d03..0f304616 100644
--- a/source/html/html-layout.c
+++ b/source/html/html-layout.c
@@ -13,7 +13,7 @@ static const char *default_css =
"h3{font-size:1.17em;margin:.83em 0}"
"h4,p,blockquote,ul,ol,dl,dir,menu{margin:1.12em 0}"
"h5{font-size:.83em;margin:1.5em 0}"
-"h6{font-size:.75em;margin:1.67em 0}"
+"h6{font-size:.67em;margin:1.67em 0}"
"h1,h2,h3,h4,h5,h6,b,strong{font-weight:bold}"
"blockquote{margin-left:40px;margin-right:40px}"
"i,cite,em,var,address{font-style:italic}"