Closed (duplicate)
Project:
Context
Version:
6.x-3.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2010 at 12:58 UTC
Updated:
28 Jul 2010 at 21:13 UTC
When logged in as admin, the classes for certain blocks change, as "context-" is added to class-names. This doesn't make sense, as it can break the design (e.g. when setting a width for .block). A friendlier approach, would be to add these classes in addition to existing ones.
Comments
Comment #1
jelenex commentedI've just noticed this too. Context module normally wraps the enabled blocks with extra markup in order to support inline editing. You can disable this in your theme by adding following code to "template.php":
Comment #2
tim.plunkettThis needs documentation somewhere! I thought it was related to #633778: Conflict with themes implementing theme_blocks(), I'm glad I noticed this issue.
Comment #3
yhahn commented#786292: REFACTOR: Block markup handling and editing