Active
Project:
Pixture
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Sep 2008 at 04:06 UTC
Updated:
1 Oct 2008 at 23:20 UTC
In style.css:
Line 206: #site_name - Value Error : vertical-align center is not a vertical-align value : center
Line 240: #site_search - Value Error : vertical-align center is not a vertical-align value : center
Line 245: #menu - Value Error : vertical-align center is not a vertical-align value : center
Line 882: .pager strong.pager-current - Value Error : background eb5a is not a valid color 3 or 6 hexadecimals numbers #eb5a
vertical-align value should be "middle" and line 884
background: #eb5a
should be:
background: #eb5ac3;
Comments
Comment #1
scoutbaker commentedThe pager background portion is a duplicate of #252335: Current page styling on pagers renders invisible.
Comment #2
Jeff Burnz commentedOK, got it, thanks.
Comment #3
Jeff Burnz commentedOK, got it, thanks.