| Index: third_party/polymer/components/iron-fit-behavior/demo/simple-fit.html
|
| diff --git a/third_party/polymer/components/iron-fit-behavior/demo/simple-fit.html b/third_party/polymer/components/iron-fit-behavior/demo/simple-fit.html
|
| index 52fe59e1b92848554eee237d0f678625344945f9..2283e526aeb18545e025b0aeb9cc460e73b53894 100644
|
| --- a/third_party/polymer/components/iron-fit-behavior/demo/simple-fit.html
|
| +++ b/third_party/polymer/components/iron-fit-behavior/demo/simple-fit.html
|
| @@ -10,23 +10,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="../../polymer/polymer.html">
|
| <link rel="import" href="../iron-fit-behavior.html">
|
| <link rel="import" href="../../paper-styles/color.html">
|
| -<link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
|
|
|
| <dom-module id="simple-fit">
|
|
|
| <style>
|
| :host {
|
| - @apply(--layout);
|
| -
|
| background-color: var(--paper-light-blue-500);
|
| color: white;
|
| text-align: center;
|
| -
|
| - align-items:center;
|
| - -webkit-align-items: center;
|
| -
|
| - justify-content:center;
|
| - -webkit-justify-content:center;
|
| }
|
| </style>
|
|
|
|
|