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

Side by Side Diff: polymer_0.4.0/bower_components/paper-button/demo2.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright 2013 The Polymer Authors. All rights reserved. 3 Copyright 2013 The Polymer Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style 4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file. 5 license that can be found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>paper-button</title> 9 <title>paper-button</title>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <section> 127 <section>
128 <paper-button raisedButton focused label="button"></paper-button> 128 <paper-button raisedButton focused label="button"></paper-button>
129 <br> 129 <br>
130 <paper-button raisedButton focused class="colored" label="colored"></paper-b utton> 130 <paper-button raisedButton focused class="colored" label="colored"></paper-b utton>
131 <br> 131 <br>
132 <div class="label">raised + focused</div> 132 <div class="label">raised + focused</div>
133 </section> 133 </section>
134 134
135 </body> 135 </body>
136 </html> 136 </html>
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/paper-button/demo.html ('k') | polymer_0.4.0/bower_components/paper-button/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698