| Index: third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html b/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html
|
| index 9fc5739026ab24082fa70f1df5f8360edc1792be..44f22887276ae7ebcd30771cb5da677c4b4bea4c 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html
|
| @@ -9,7 +9,11 @@ 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-flex-layout/iron-flex-layout.html">
|
| +
|
| <link rel="import" href="color.html">
|
| +<link rel="import" href="typography.html">
|
| <link rel="import" href="shadow.html">
|
|
|
| <style is="custom-style">
|
| @@ -56,6 +60,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| margin-right: auto;
|
| }
|
|
|
| + code {
|
| + color: var(--google-grey-700);
|
| + }
|
| +
|
| /* TODO: remove this hack and use horizontal-section-container instead */
|
| body > div.layout.horizontal.center-justified {
|
| @apply(--layout-wrap);
|
|
|