Thread: Clara 2E Strange line-height issue
View Single Post
Old 06-26-2023, 04:27 AM   #7
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 1,017
Karma: 2003162
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
Quote:
Originally Posted by Leonatus View Post
[...]But what makes me wonder is that the code I use makes no problem on other devices, only on the Clara. I suspect that there is a sort of Kobo pre-setting that causes the issue rather than an erroneous code. [...]
Yes, that might also be true for other e-readers. I always start my CSS by making sure that the ones I want to change will initially start at their default values by explicitly resetting them.

Code:
* {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-decoration: none;
  ...
  etc.
}
However, it is by no means guaranteed that this will always and everywhere work
DrChiper is offline   Reply With Quote