mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user