-
Notifications
You must be signed in to change notification settings - Fork 0
NuiHeaderBox
maxcal edited this page May 16, 2011
·
1 revision
nuiHeaderBox is created to make "Notepaper" heading groups. It is suitable for hub and page headings. It is made to have less confusing markup with less nodes than the p3 original.
.pane - generic list item .trim.top, .trim.bottom - images for top and bottom.
nuiHeaderBox can be constructed with the nuiBuilder.
<div class="nuiHeaderBox t1 skin1">
<div class="trim top">
</div>
<div class="pane">
<h1 class="heading">
Header
</h1>
<h2 class="cont">
Content
</h2>
</div>
<div class="trim bottom">
</div>
</div>
NONE