Custom Relationship Headings CSS location

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
chunkee
Sr. Propeller Head
Posts: 121
Joined: Wed Mar 09, 2011 1:52 pm

Custom Relationship Headings CSS location

Post by chunkee »

Hello,
I have created some custom rel table columns. In one project they are displayed properly, i.e., Reports and another labeled Configuration. I am on another project and have created a Documents column. It is showing up as Related Information. I have found the following:

MadCap|relationshipsProxy
{
color: #000000;
font-size: 10pt;
font: Segoe UI;
}

MadCap|relationshipsItem
{
font-size: 9pt;
font: Segoe UI;
}

MadCap|relationshipsHeading
{
font: Segoe UI;
font-size: 10pt;
font-weight: bolder;
}

MadCap|relationshipsHeading.concept
{
font-size: 10pt;
font-weight: bolder;
}

MadCap|relationshipsHeading.reference
{
font-weight: bolder;
font-size: 10pt;
}

MadCap|relationshipsHeading.task
{
font-weight: bolder;
font-size: 10pt;
}

but I cannot find the location of the added columns, either on the one that works and does not work.

Any suggestions?

Thank you.

jC
chunkee
Sr. Propeller Head
Posts: 121
Joined: Wed Mar 09, 2011 1:52 pm

Re: Custom Relationship Headings CSS location

Post by chunkee »

nevermind, i found it, I created another class under the mc-heading in the unclassified section of the css editor.
Post Reply