Thread: Kobo Bug thread
View Single Post
Old 12-12-2014, 03:54 PM   #553
Rev. Bob
Wizard
Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.Rev. Bob ought to be getting tired of karma fortunes by now.
 
Rev. Bob's Avatar
 
Posts: 1,760
Karma: 9918418
Join Date: Feb 2013
Location: Here on the perimeter, there are no stars
Device: Kobo H2O, iPad mini 3, Kindle Touch
Quote:
Originally Posted by JSWolf View Post
All I get is whatever font size is specified by the font size slider. Both paragraphs will be the exact same size. If you see a bug in either the CSS or the code or know of a different way of doing this, please let me know.
Well, aside from the usually ill-advised practice of specifying hard pixel sizes (VERY user-unfriendly, with a couple of exceptions), that code looks sound. On the "check the power cord" front, have you made sure that, if the CSS is in its own file, the HTML document calls that file? Have you tried bigger differences between the sizes, to make sure they're not getting rounded together in rendering? Have you set the base font size in pixels at the BODY level, so the renderer can associate a relative size with an absolute one? (Shouldn't be necessary, and I wouldn't do it for release, but it'd help nail down the problem.)

Oh, and try terminating every CSS property with a semicolon. Yes, I know you technically don't need it on the last property in a set...do it anyway. It's good form.
Rev. Bob is offline   Reply With Quote