use classnames not header, main, footer

This commit is contained in:
Adam Bradley
2013-08-28 15:30:48 -05:00
parent 75ff9929ce
commit 84ecd1f77d
4 changed files with 9 additions and 66 deletions

View File

@@ -18,7 +18,7 @@
<h1 class="title">Panels</h1>
</header>
<main class="content-padded has-header">
<main class="content content-padded has-header">
<p><button class="button button-primary" data-toggle-panel="my-other-left-panel">Other Left Side Panel</button></p>
<p id="event-log"></p>
</main>