Closed (fixed)
Project:
Zen
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 20:23 UTC
Updated:
16 Oct 2008 at 20:30 UTC
I can't get the subtheme to override ie.css. I uncommented "conditional-stylesheets[if IE][all][] = ie.css" in mytheme.info and cleared the cache, but it is still loading from zen. I also tried to load an additional ie stylesheet (conditional-stylesheets[if IE][all][] = ie-2.css) with my changes, but it would not load at all.
When the cache is cleared, all the stylesheets are appended with ?char, currently ?M. The ie.css stays at ?I which makes me think it is not being affected during the theme registry re-build.
Comments
Comment #1
ndwilliams3 commentedStupid me? I had my subtheme set as default, but not enabled. As soon as I enabled it, the ie.css from my subtheme was loaded.