Where to specify line height for sIFR

Posted by Darren on Stack Overflow See other posts from Stack Overflow or by Darren
Published on 2009-08-24T16:43:21Z Indexed on 2010/04/07 1:03 UTC
Read the original article Hit count: 376

Filed under:

I have not had any luck changing the line height for sIFR. I have tried changing the sIFR css and config file as well as my general style sheet. Is there a special trick?

GENERAL CSS

h1 {
    font-family: Georgia, Times, serif;
    font-size: 24px;
    font-style: normal;
    line-height: 16px; (has had zero impact, even when I go negative)
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    outline: none;
}

CONFIG FILE

sIFR.replace(minionpro, {
  selector: 'h1', wmode: 'transparent',
  css: '.sIFR-root { color:#000000; text-transform: uppercase; }'
});

© Stack Overflow or respective owner

Related posts about sifr