My machine was just upgraded to IE8, yay for me
Flare shows the styles as I would expect, and so does IE 6.
But now IE8 and FF are giving me an extra indent, around 200% more than what I want, I've scoured over my CSS and cant find what is setting this off. None of my topics in Flare have the stylesheet referenced, but that code is inserted when the project is built, so it is definitly calling the correct stylesheet.
Any ideas?
Heres some of my CSS for <ul> <ol> <li> and sub styles.
ol
{
font-family: Univers;
font-size: 11pt;
margin-top: 0pt;
margin-bottom: 0pt;
margin-left: 0px;
margin: 0px;
}
ol.ol_1
{
list-style-type: decimal;
margin-left: 0pt;
}
ul
{
font-family: Univers;
font-size: 11pt;
margin-top: 0pt;
margin-bottom: 0pt;
margin: 0px;
}
ul.ul_1
{
list-style-type: square;
margin-left: 0px;
}
li
{
font-family: Univers;
font-size: 11pt;
margin-top: 0pt;
margin-bottom: 0pt;
}
li.ManualBullet
{
font-size: 9pt;
margin-top: 3pt;
margin-bottom: 3pt;
font-family: Verdana;
list-style-type: square;
margin-left: 30px;
}
li.ManualNumber
{
margin-top: 3pt;
font-family: Verdana;
font-size: 9pt;
margin-bottom: 10px;
margin-left: 30px;
}
li.QuestionHeading
{
font-size: 9pt;
font-family: Verdana;
font-weight: bold;
margin-top: 10pt;
margin-bottom: 10pt;
margin-left: 30px;
}
Thanks,
Nick.