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

Commit

Permalink
fixup metadata archetype styling a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 25, 2014
1 parent 7d38d2f commit 24d599f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<template>

<core-drawer-panel style="position: absolute; top: 0; right: 0; bottom: 0; left: 0;">
<core-panel drawer style="border: 2px solid orange;"></core-panel>
<core-panel main style="height: 100%; box-sizing: border-box; border: 2px solid blue;"></core-panel>
<core-panel drawer style="background-color: #fafafa; box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;"></core-panel>
<core-panel main style="height: 100%; box-sizing: border-box; background-color: #ddd"></core-panel>
</core-drawer-panel>

</template>
Expand Down

0 comments on commit 24d599f

Please sign in to comment.