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

Unified Diff: lib/src/iron-component-page/iron-component-page.css

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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
« no previous file with comments | « lib/src/iron-collapse/test/a11y.html ('k') | lib/src/iron-component-page/iron-component-page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/iron-component-page/iron-component-page.css
diff --git a/lib/src/iron-component-page/iron-component-page.css b/lib/src/iron-component-page/iron-component-page.css
index 4c2c7c71738008eec18df79b7e4aa9a2a5d6ff42..3d3c51d88f126f886ed67540f20efe84ce68dc4f 100644
--- a/lib/src/iron-component-page/iron-component-page.css
+++ b/lib/src/iron-component-page/iron-component-page.css
@@ -79,7 +79,8 @@ paper-toolbar a:hover, paper-toolbar a:hover iron-icon, paper-toolbar a.iron-sel
color: var(--paper-grey-400);
}
-#demo {
+#demo,
+#demo iframe {
border: 0;
background: transparent;
width: 100%;
@@ -97,8 +98,9 @@ paper-toolbar a:hover, paper-toolbar a:hover iron-icon, paper-toolbar a.iron-sel
}
#docs {
+ max-width: var(--iron-component-page-max-width, 48em);
+ @apply(--iron-component-page-container);
padding: 20px;
- max-width: 48em;
margin: 0 auto;
}
« no previous file with comments | « lib/src/iron-collapse/test/a11y.html ('k') | lib/src/iron-component-page/iron-component-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698