| Index: polymer_0.5.0/bower_components/core-scroll-header-panel/demos/demo6.html
|
| diff --git a/bower_components/core-scroll-header-panel/demos/demo6.html b/polymer_0.5.0/bower_components/core-scroll-header-panel/demos/demo6.html
|
| similarity index 95%
|
| rename from bower_components/core-scroll-header-panel/demos/demo6.html
|
| rename to polymer_0.5.0/bower_components/core-scroll-header-panel/demos/demo6.html
|
| index d0d15b9bb12c0f4bafc9a9cd3ae6ff88901bd6aa..47e2e3f561299e6bba904d7b79fd7a2be044e5e6 100644
|
| --- a/bower_components/core-scroll-header-panel/demos/demo6.html
|
| +++ b/polymer_0.5.0/bower_components/core-scroll-header-panel/demos/demo6.html
|
| @@ -15,7 +15,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <meta name="mobile-web-app-capable" content="yes">
|
| <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
| - <script src="../../platform/platform.js"></script>
|
| + <script src="../../webcomponentsjs/webcomponents.js"></script>
|
|
|
| <link rel="import" href="../core-scroll-header-panel.html">
|
| <link rel="import" href="sample-content.html">
|
| @@ -40,6 +40,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| right: 0;
|
| bottom: 0;
|
| left: 0;
|
| + background-color: #eee;
|
| }
|
|
|
| /* background for toolbar when it is at its full size */
|
| @@ -66,7 +67,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| .content {
|
| padding: 8px;
|
| - background-color: #eee;
|
| }
|
|
|
| </style>
|
| @@ -76,7 +76,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| <!-- By default condensedHeaderHeight is 1/3 of the header's height. Here
|
| we want to set the condensed header's height to be 64px. -->
|
| - <core-scroll-header-panel condenses condensedHeaderHeight="64">
|
| + <core-scroll-header-panel condenses headerHeight="256" condensedHeaderHeight="64">
|
|
|
| <core-toolbar>
|
|
|
|
|