Merge "Put <style></style> within <template>"
This commit is contained in:
@@ -18,13 +18,13 @@ limitations under the License.
|
|||||||
<link rel="import" href="../../../bower_components/polymer/polymer.html">
|
<link rel="import" href="../../../bower_components/polymer/polymer.html">
|
||||||
|
|
||||||
<dom-module id="gr-settings-item">
|
<dom-module id="gr-settings-item">
|
||||||
<style>
|
|
||||||
:host {
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 2em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<template>
|
<template>
|
||||||
|
<style>
|
||||||
|
:host {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<h2 id="[[anchor]]">[[title]]</h2>
|
<h2 id="[[anchor]]">[[title]]</h2>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ limitations under the License.
|
|||||||
<link rel="import" href="../../../styles/gr-page-nav-styles.html">
|
<link rel="import" href="../../../styles/gr-page-nav-styles.html">
|
||||||
|
|
||||||
<dom-module id="gr-settings-menu-item">
|
<dom-module id="gr-settings-menu-item">
|
||||||
<style include="shared-styles"></style>
|
|
||||||
<style include="gr-page-nav-styles"></style>
|
|
||||||
<template>
|
<template>
|
||||||
|
<style include="shared-styles"></style>
|
||||||
|
<style include="gr-page-nav-styles"></style>
|
||||||
<div class="navStyles">
|
<div class="navStyles">
|
||||||
<li><a href$="[[href]]">[[title]]</a></li>
|
<li><a href$="[[href]]">[[title]]</a></li>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user