scaron / prettyphoto

prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It’s a full blown media lightbox. The setup is easy and quick, plus the script is compatible in every major browser.
http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
553 stars 281 forks source link

Incorrect CSS Parameter in new default theme #65

Closed iMattPro closed 13 years ago

iMattPro commented 13 years ago

You have: font-color:#999

it should just be: color:#999

div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; font-color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
scaron commented 13 years ago

Thanks a lot, was probably tired when I wrote this one :)

It's fixed!