I'm looking for a way to edit the CSS so that the toggler body uses the same formatting as the regular text. And I'd prefer to do it in Notepad rather than in Flare's funky style editor.
Here's our paragraph definition in the CSS:
Code: Select all
p
{
margin-top: 0px;
margin-bottom: 8px;
margin-left: 0px;
}Code: Select all
MadCap|toggler
{
margin-top: 0px;
margin-bottom: 8px;
margin-left: 0px;
}