Closed (duplicate)
Project:
Lightbox2
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 20:37 UTC
Updated:
14 Sep 2009 at 00:15 UTC
Perhaps I'm missing something, but isn't the bottom of this declaration, the 2nd use of 'left' a syntax error?
#loading {
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
position: absolute;
top: 40%;
left: 45%;
*left: 0%;
}
That "*left: 0%;" is on line 48 of lightbox_alt.css distributed with the official release.
Comments
Comment #1
stella commentedDuplicate of #295609: CSS doesn't validate