Skip to main content
Participant
April 9, 2013
Question

Bullets appear miniturized in FireFox?

  • April 9, 2013
  • 1 reply
  • 738 views

Using RoboHelp 10.

Bullets apear tiny in FireFox. They load find in Chrom and IE.

Any idea what I can do?

Should I just use a bullet graphic instead of associating the icon with the font? I want to use a bullet-styled paragraph tag as that is easiest for my workflow.

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
April 9, 2013

Hi and welcome to the forum,

Are you creating WebHelp or some other output?

My first guess would be to look at the CSS. Are there any styles for UL, OL or LI in your CSS? If you find them, post them here so that we can take a look.

Greet,

Willam

Participant
April 9, 2013

I created two different bullets, an li and a paragraph:

li.BulletRT {

    font-family: "Trebuchet MS";

    margin-left: 121px;

    list-style: url(smallblack.gif);

}

p.Bullet {

    margin-left: 112px;

    x-next-class: Bullet;

    x-next-type: p;

    list-style: rh-list;

    x-list-class: rl-p-Bullet;

    x-list-level: 1;

}

I am primarily using the paragraph style.

What did I do wrong?

Willam van Weelden
Inspiring
April 17, 2013

Apologies, but this one slipped of my radar.

When you say you use the paragraph, what exactly do you do? Do you select the paragraph and expect it to be transformed into a list?

Your paragraph uses a RoboHelp multilevel list, right? Can you post the HTML of such a list?

Greet,

Willam