View Single Post
Old 02-01-2015, 05:59 AM   #1205
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
This report in the KoboUtilities thread: https://www.mobileread.com/forums/sho...&postcount=886 shows that there is a problem with the style-hacks.css included with the driver.

My view is that the style-hacks.css should contain nothing except the following:
Code:
div#book-columns, div#book-inner {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
(!important count be added to the margins and padding properties, but it is probably not necessary except in some unusual cases, since the style-hacks.css is applied after the book's stylesheet.)

Everything else in the style-hacks.css is going to affect the book in ways the creator does not expect.
GeoffR is offline   Reply With Quote