View Single Post
Old 01-12-2026, 07:16 AM   #4
ilikelilies
linux user
ilikelilies began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2026
Device: Kobo Libra 2
Quote:
Originally Posted by Frenzie View Post
a style tweak like left align most text is active (or perhaps embedded styles are disabled)
`Left align most text` in KOReader `Style tweaks -> Text -> Text alignment` is unchecked, if that's what you mean. I do have `Justify most text` enabled, in case that matters. `Embedded Style` is enabled, I never disable it.

As for the styles, here's the complete HTML of the page:

Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en">
  <head>
    <title>All the Light We Cannot See</title>
    <link href="../stylesheet.css" rel="stylesheet" type="text/css"/>
    <link href="../page_styles.css" rel="stylesheet" type="text/css"/>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  </head>
  <body class="calibre1">
<h2 class="part-number"><em>Zero</em></h2>
<p class="centered-image-1"><img alt="Separator Image Missing" height="1" src="../images/line.jpg" width="56"/></p>
<h2 class="part-title">7 August 1944</h2>
</body></html>
I've also attached the two css files to this reply if that helps. They're in the attached file `css.zip`

I don't know what a "complete minimal testcase" is, but I'd be happy to provide it if you explain what it is :)
Attached Files
File Type: zip css.zip (2.4 KB, 29 views)
ilikelilies is offline   Reply With Quote