Commit f2fec99e by Tom Giannattasio

fixed header float bug

parent ee618d42
...@@ -20,23 +20,21 @@ ...@@ -20,23 +20,21 @@
<div> <div>
<h1>Static Tabs</h1> <h1>Static Tabs</h1>
</div> </div>
<div class="main-column"> <article class="unit-body window">
<article class="unit-body window"> <div class="tab-list">
<div class="tab-list"> <ol class='components'>
<ol class='components'> % for id in components:
% for id in components: <li class="component" data-id="${id}"/>
<li class="component" data-id="${id}"/> % endfor
% endfor
<li class="new-component-item">
<li class="new-component-item"> <a href="#" class="new-component-button new-tab">
<a href="#" class="new-component-button new-tab"> <span class="plus-icon"></span>New Tab
<span class="plus-icon"></span>New Tab </a>
</a> </li>
</li> </ol>
</ol> </div>
</div> </article>
</article>
</div>
</div> </div>
</div> </div>
</%block> </%block>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment