.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.
.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
Comment #1
sk33lz commentedThere 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!