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

Commit

Permalink
css cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 17, 2014
1 parent e4d61ae commit 69892ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions core-doc-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
overflow-x: hidden;
}

core-doc-page {
height: 100%;
}

</style>

<context-free-parser url="{{url}}" on-data-ready="{{parserDataReady}}"></context-free-parser>
Expand All @@ -37,7 +33,7 @@
<context-free-parser url="{{}}" on-data-ready="{{parserDataReady}}"></context-free-parser>
</template>

<core-layout core-fit>
<core-layout core-flex>
<core-doc-toc id="toc" data="{{classes}}" selected="{{selected}}"></core-doc-toc>
<core-doc-page core-flex data="{{data}}"></core-doc-page>
</core-layout>
Expand Down
4 changes: 0 additions & 4 deletions elements/core-doc-toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ core-header-panel {

core-toolbar {
background-color: #eeeeee;
/*
background-color: #E91E63;
color: white;
*/
}

0 comments on commit 69892ae

Please sign in to comment.