.node h2.title {
	background: url('images/nodeTitle.gif') no-repeat 0 100%;
	color: #9a0000;
	font-size: 1.692em;    /* 22px */
	line-height: 1.25em;
	margin: 0;
}

This style for nodeTitle.gif image isnot working.

Comments

sk33lz’s picture

Assigned: xcorex » sk33lz
Status: Needs work » Closed (fixed)

There was a typo in the CSS there. It should be h2.node-title. I have fixed this, and also added a style for it to show the same on the actual full node page as well.

Good find!

Please look for this fix in the 6.x-2.0 release coming soon!

Thank you!