Originally Posted by dan2the6th
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.
|