Fix "fonts test HTML document" styles (#4718)

Needed some update after we made htm.css obsolete and
use epub.css instead.
This commit is contained in:
poire-z
2019-03-03 09:16:27 +01:00
committed by GitHub
parent c1b4085b93
commit 3059ad8bce

View File

@@ -383,6 +383,16 @@ function ReaderFont:buildFontsTestDocument()
<html>
<head>
<title>%s</title>
<style>
section > title {
font-size: large;
font-weight: bold;
text-align: center;
page-break-before: always;
margin-bottom: 0.5em;
}
a { color: black; }
</style>
</head>
<body>
<section id="list"><title>%s</title></section>