Active
Project:
Granada
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 20:14 UTC
Updated:
3 Feb 2011 at 18:53 UTC
Neat theme. It made my site look great right away, and the Skinr and Designkit integration seems helpful.
One thing I noticed. I uploaded a custom background image which looks fantastic on the main page, but when I use the lightbox to display video, the default shells_background.jpg is displayed via granada-designkit.css which throws off the look I've developed. Either this little graphic should be removed, or be made customizable.
Comments
Comment #1
nedjoThe issue seems to be that designkit css is added only when theme('page') is called, so we need to conditionally load granada.designkit.css only for theme('page') calls. Maybe we'll add this css file in a page preprocess callback.