Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
make the host a flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed May 13, 2014
1 parent 6bf3790 commit 0704380
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions core-doc-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@

<style>

:host {
display: block;
position: relative;
}

core-doc-toc {
display: none;
width: 332px;
Expand All @@ -33,10 +28,9 @@
<context-free-parser url="{{}}" on-data-ready="{{parserDataReady}}"></context-free-parser>
</template>

<core-layout core-flex class="core-fit">
<core-doc-toc id="toc" data="{{classes}}" selected="{{selected}}"></core-doc-toc>
<core-doc-page core-flex data="{{data}}"></core-doc-page>
</core-layout>
<core-layout></core-layout>
<core-doc-toc id="toc" data="{{classes}}" selected="{{selected}}"></core-doc-toc>
<core-doc-page core-flex data="{{data}}"></core-doc-page>

</template>

Expand Down

0 comments on commit 0704380

Please sign in to comment.