Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified the use of style decorators

OFBiz HTML Element Collection Styles

This document describes the new common OFBiz CSS classes and the HTML element collections (or compounds) that they style.

Wiki Markup
Note: \[\] = style decorators. Style decorators allow you to add attributes to a basic style. For example, you can add a light grid to a basic table by using {{class="basic-table light-grid"}}.

masthead:

<div id="masthead">
  <ul>
    <li> | <li class="logo-area | control-area | opposed">Masthead Content</li>
  </ul>
</div>

...