Answered
RH Editing My CSS while Generating
Anyone have any idea how to prevent RoboHELP from editing my
style sheets when it generates my Help output?
Example style before generating:
.procedure-substep {
font-size:13px;
list-style-type:lower-alpha;
margin-bottom:5px;
list-style-image: none;
}
Same style after generating:
.procedure-substep {
font-size:13px;
list-style-type:lower-alpha;
margin-bottom:5px; }
The removal of "list-style-image: none" is breaking my styles.
Any info will be helpful.
Thanks!
Example style before generating:
.procedure-substep {
font-size:13px;
list-style-type:lower-alpha;
margin-bottom:5px;
list-style-image: none;
}
Same style after generating:
.procedure-substep {
font-size:13px;
list-style-type:lower-alpha;
margin-bottom:5px; }
The removal of "list-style-image: none" is breaking my styles.
Any info will be helpful.
Thanks!