View Single Post
Old 01-31-2015, 11:19 AM   #886
Francois_C
Zealot
Francois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipseFrancois_C can illuminate an eclipse
 
Francois_C's Avatar
 
Posts: 106
Karma: 8300
Join Date: Jul 2012
Location: France
Device: Kobo Aura H2O, Kobo Touch, Kobo Mini
Small bug with new update (2015/01/31)

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.
Attached Thumbnails
Click image for larger version

Name:	Before.png
Views:	1426
Size:	17.3 KB
ID:	134379   Click image for larger version

Name:	After.png
Views:	1456
Size:	14.5 KB
ID:	134380  
Attached Files
File Type: txt Before.txt (1.1 KB, 825 views)
File Type: txt After.txt (1.2 KB, 840 views)

Last edited by Francois_C; 01-31-2015 at 11:24 AM.
Francois_C is offline