Home › Forums › DITA and XMetaL Discussion › CSS challenge › Reply To: CSS challenge
Reply to: CSS challenge
September 23, 2010 at 8:58 pmI think I have a solution. This one uses two statements:
section>title:before {
content: “[Misplaced title] “;
color:red;
font-weight: bold;
}
section>title:first-child:before
{
content: “”;
color: Black;
}