update requirecss

This commit is contained in:
Luke Pulverenti 2015-12-01 00:22:52 -05:00
parent 57708e9007
commit 91051df493
30 changed files with 600 additions and 221 deletions

View file

@ -50,20 +50,19 @@ information about `paper-radio-button`.
-->
<dom-module id="paper-radio-group">
<style>
:host {
display: inline-block;
}
:host ::content > * {
padding: 12px;
}
</style>
<template>
<content id="items" select="*"></content>
</template>
<style>
:host {
display: inline-block;
}
:host ::content > * {
padding: 12px;
}
</style>
<content id="items" select="*"></content>
</template>
</dom-module>
<script>