Closed (fixed)
Project:
Zen
Version:
7.x-3.0
Component:
CSS/HTML markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 20:30 UTC
Updated:
19 Apr 2011 at 20:41 UTC
I went through and updated all of the CSS files just before release Zen 7.x-3.0. But I didn't realize the simplification I made to the CSS caused the bullets to mistakenly re-appear for the Main menu and Secondary menu links.
The easiest way to fix this is to add a "inline" class to both of those ULs. That's what core's page.tpl.php does, but Zen's page.tpl.php currently does not.
Comments
Comment #1
johnalbinFixed. http://drupalcode.org/project/zen.git/commit/2d9222f
The patch can be seen here: http://drupalcode.org/project/zen.git/blobdiff_plain/736f542a66fda8fac46...
Blargh. This is kind of an annoyingly obvious bug. And a not terribly obvious fix. I may need to roll a 7.x-3.1 very soon. :-p
Comment #2
johnalbin