Quote:
Originally Posted by toomuchreading
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;}
BR