Project

General

Profile

Actions

Feature #75466

closed

Add a class to the parent wrapper of fluid_styled_content

Added by Elmar Hinz about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
-- undefined --
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2016-04-08
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint

Description

The parent wrapper of fluid styled content elements have an id but no class:

<div id="xxx">
   <h1>....</h1>

</div>

As they build a logical class it would make sense to have a common html class to address them in common:

<div id="xxx" class="ce">
   <h1>....</h1>

</div>
Actions

Also available in: Atom PDF