View Single Post
Old 01-15-2020, 04:07 PM   #9
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 22,226
Karma: 30317706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
In pictures:

I type in Normal view

Click image for larger version

Name:	Type in Normal view.jpg
Views:	430
Size:	32.7 KB
ID:	176431

I go into HTML source and see this

Click image for larger version

Name:	Look at HTML.jpg
Views:	424
Size:	29.0 KB
ID:	176432

I go back to Normal view and I see this

Click image for larger version

Name:	Go back to Normal view.jpg
Views:	409
Size:	32.4 KB
ID:	176433

And that's what I see in Book Details

Click image for larger version

Name:	Book Details.jpg
Views:	407
Size:	35.3 KB
ID:	176434

I thought I had 'fixed' this by tweaking L&F Book Details->Text styling

Code:
body, td {
    background-color: transparent;
}

body.horizontal table td.title { white-space: nowrap }


p { margin: 0} 

a {
    text-decoration: none;
}

.comments {
    margin-top: 0;
    padding-top: 0;
    text-indent: 0
}

.comments-heading {
    font-size: larger;
    font-weight: bold
}

table.fields {
    margin-bottom: 0;
    padding-bottom: 0;
}

table.fields td {
    vertical-align: top
}

table.fields td.title {
    font-weight: bold
}

.series_name {
    font-style: italic
}

/*
The HTML that this stylesheet applies to looks like this:

<snip>

<h3 class="comments-heading">Custom comments column heading</h3>
<div id="_customcolname" class="comments">...</div>
*/
BR
BetterRed is offline   Reply With Quote