Quote:
Originally Posted by kovidgoyal
... There is no difference in the navbars created by calibre between test and normal runs, as long as you use the same output profile in both.
|
Useful clue, I hadn't been specifying a profile when running a test convert. I extracted all the files from an actual epub (output profile is "Tablet"), and instead of the div styled with
calibre_navbar, I see a table styled with
touchscreen_navbar along with table elements styled with
pcalibre and
article[s]
_link styles.
This also renders in a desirable fashion (single row, across most of the page width) when I view with a browser, but still stacks vertically in the center of the page width when viewed with FBreader. I'll see if I can figure out what part of the CSS the app isn't rendering correctly.
Can I override these styles via extra_css?
Thanks,
Alan