Hi eveybody,
Unsure whether Kobo Utilities or Kobo Touch Extended is involved, as both updates came together (2015/01/31): after the update, the title page of a home-made book (with Amanuensis, but same issue with Calibre-built books) no longer considers the size specified in the stylesheet of the original ODT source file (and epub css).
The issue seems to be connected with a new "stylehacks.css" that does not work properly.
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<p class="aut"><span class="koboSpan" id="kobo.1.1">Marcel Pagnol</span></p>
<p class="aut"><span class="koboSpan" id="kobo.2.1">de l’Académie Française</span></p>
<p class="titliv"><span class="koboSpan" id="kobo.3.1">Le temps des amours</span></p>
<p class="copy"><span class="koboSpan" id="kobo.4.1">Souvenirs d’enfance</span></p>
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="../kte-css/stylehacks.css" rel="stylesheet"/>
</head>
<body><div id="book-columns"><div id="book-inner">
<p class="aut"><span class="koboSpan" id="kobo.1.1">Marcel Pagnol</span></p>
<p class="aut"><span class="koboSpan" id="kobo.2.1">de l’Académie Française</span></p>
<p class="titliv"><span class="koboSpan" id="kobo.3.1">Le temps des amours</span></p>
To the moment, I was only able to revert to the former versions by copying the previons zip files, which I had fortunately kept on the Linux version...
Thanks.
Attachments: page code samples and their display in PNG.