lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.22k stars 1.77k forks source link

Border in the top of the lightbox #494

Closed anamariasosam closed 8 years ago

anamariasosam commented 8 years ago

screenshot 2016-01-14 20 20 05

The class .lightbox has a extra border in the top.

I fixed it, modifying the style:

.lightbox { padding: 0; height: 0 !important; }

Maybe it's not the best solution.

lokesh commented 8 years ago

Closing out old issues.

I was never able to recreate this issue. 😕

Thanks for reporting and submitting a PR to resolve the issue you were seeing.