<br>
<h4 class="normal">Panels With Sub-grids</h4>
<p>Nesting a sub-grid under a panel is non-intuitive, since the sub-grid columns would normally be applied to the <kbd><td></kbd> elements directly under the <code>.columns</code> table. To get around this, give the <kbd><td></kbd> a class of <code>.panel</code> and a class of <code>.sub-grid</code>. You can then put a <kbd><table></kbd> inside the <kbd><td></kbd> and create the sub-columns using the <kbd><td></kbd> elements of the inner table, as shown below.</p>
-<h6>Panel Sub-grid Markup</h6>
+<h6>Panel Sub-Grid Markup</h6>
<?php code_example(
'<table class="twelve columns">
<tr>
</table>',
'html') ?>
<br>
-<h6>Sidebar Panel</h6>
+<h6>Sub-Grid Panel</h6>
<iframe id="if-panelSubGrid" src="docs/examples/panel-sub-grid.html"></iframe>
<br>
<hr />