View Single Post
Old Yesterday, 07:56 PM   #7
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,446
Karma: 31000056
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by toomuchreading View Post
This is everything that I have for text styling in the text styling box. I don't believe that I have ever changed this. BTW I'm still on 9.3.1

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

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

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: normal;
    font-style: italic;
    color: palette(placeholder-text);
    text-align: right;
}

.series_name {
    font-style: italic
}
. . .
There's no styling for 'p', try adding this line before the "a {text-decoration: none;}

Code:
p { margin: 0}
BR
BetterRed is offline   Reply With Quote