Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1449)

Unified Diff: third_party/polymer/components/iron-fit-behavior/demo/simple-fit.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698