summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html')
-rw-r--r--polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html b/polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html
index 2c8be31aeb..15f44cf9cf 100644
--- a/polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html
+++ b/polygerrit-ui/app/elements/shared/gr-placeholder/gr-placeholder.html
@@ -16,10 +16,11 @@ limitations under the License.
<link rel="import" href="../../../behaviors/base-url-behavior/base-url-behavior.html">
<link rel="import" href="../../../bower_components/polymer/polymer.html">
+<link rel="import" href="../../../styles/shared-styles.html">
<dom-module id="gr-placeholder">
<template>
- <style>
+ <style include="shared-styles">
main {
margin: 2em auto;
max-width: 46em;