Created
October 26, 2014 10:45
-
-
Save gintsgints/fb584eca442d683b434e to your computer and use it in GitHub Desktop.
DIV between header panel and core toolbar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<core-header-panel> | |
<div> | |
<core-toolbar> | |
<paper-tabs id="tabs" selected="all" self-end> | |
<paper-tab name="all">All</paper-tab> | |
<paper-tab name="favorites">Favorites</paper-tab> | |
</paper-tabs> | |
</core-toolbar> | |
</div> | |
<div class="content">Content goes here...</div> | |
</core-header-panel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment