I am tying to duplicate the style used by my index proxy, where the page number is a different color than the index text.
The page number color is controlled here:
Code: Select all
MadCap|xref.IndexPageNumber
{
font: calibri;
font-size: 10pt;
color: #800000;
text-transform: capitalize;
text-align: right;
}
Does anyone know the answer?
Thank you,
Shawn