View Single Post
Old 09-13-2023, 07:32 PM   #5
fredex
Enthusiast
fredex began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Aug 2014
Device: none
OK, so I tweaked the CSS a bit, based on guesswork:

Code:
.calibre_28 {
  display: block;
 /* text-indent: -19pt;
  margin: 1em 0 0 19pt; */
  text-indent: 0;
  margin 1em 0 0 0;
}
.calibre_29 {
  display: block;
  /* text-indent: -19pt;
  margin: 0 0 0 19pt;*/
  text-indent: 0;
  margin: 0 0 0 0;
}
and it seems to have cured the problem.

Thanks for your replies!

Fred
fredex is offline   Reply With Quote