View Single Post
Old 12-20-2020, 10:39 AM   #1
dan2the6th
Connoisseur
dan2the6th began at the beginning.
 
Posts: 54
Karma: 10
Join Date: Mar 2014
Device: iPhone XR
Chapter "first line" weirdness

I'm seeing something in the Viewer I've never encountered before. Each chapter of this novel has the first line in uppercase bold text, which isn't exactly uncommon. In the Viewer, though, the first line of the chapter runs off the right side of the window. And if I stretch the window to the right, the first line keeps getting longer, still in bold, and still runs off the right side. I can never get to the end of that first line to read it.

These paragraphs begin with
Code:
<p class="pcalibre x03-co-body-text">
and in stylesheet.css I find:
Code:
.pcalibre:first-line {
  font-family: "LinoLetter Std Roman", "Georgia", serif;
  font-weight: bold;
  text-transform: uppercase;
}

.x03-co-body-text {
  display: block;
  font-size: 0.88889em;
  orphans: 2;
  text-indent: 0;
  widows: 2;
  margin: 10% 0 0;
}
Can anyone tell from this what is going on? My HTML is a little shaky.
dan2the6th is offline   Reply With Quote