update polymer

This commit is contained in:
Luke Pulverenti 2015-10-07 21:49:40 -04:00
parent 8119b930e4
commit cbb6337b41
74 changed files with 2195 additions and 1393 deletions

View file

@ -87,6 +87,16 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<paper-checkbox class="blue" checked>Calcium</paper-checkbox>
</div>
</div>
<div>
<h4>Noink</h4>
<div class="horizontal-section">
<paper-checkbox noink>Oxygen</paper-checkbox>
<paper-checkbox noink>Carbon</paper-checkbox>
<paper-checkbox checked noink>Hydrogen</paper-checkbox>
<paper-checkbox checked noink>Nitrogen</paper-checkbox>
<paper-checkbox checked noink>Calcium</paper-checkbox>
</div>
</div>
</div>
</body>
</html>