View Single Post
Old 03-01-2023, 06:35 AM   #23
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,021
Karma: 2003162
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
In addition, I should mention that because I had issues with so-called assumed "default" values, which did not seemed to contain the assumed default value at all (cannot remember whether it was Kobo / Sony / other), I always include at the top of my CSS the following:
Code:
* {
  margin: 0;
  padding: 0;
  line-height: normal;
}
The "line-height" is very necessary on using the font-family "Bitter Pro" (which is often my standard font), as otherwise the default line-height is annoyingly high.
But as always, YMMV
DrChiper is offline   Reply With Quote