| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 @license | 3 @license |
| 4 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. | 4 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. |
| 5 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 5 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
| 6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | 6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
| 7 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | 7 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
| 8 Code distributed by Google as part of the polymer project is also | 8 Code distributed by Google as part of the polymer project is also |
| 9 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | 9 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
| 10 --> | 10 --> |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 Alphonso Engelking | 102 Alphonso Engelking |
| 103 </paper-icon-item> | 103 </paper-icon-item> |
| 104 <paper-icon-item> | 104 <paper-icon-item> |
| 105 <div class="avatar" item-icon></div> | 105 <div class="avatar" item-icon></div> |
| 106 Angela Decker | 106 Angela Decker |
| 107 </paper-icon-item> | 107 </paper-icon-item> |
| 108 </div> | 108 </div> |
| 109 </template> | 109 </template> |
| 110 </demo-snippet> | 110 </demo-snippet> |
| 111 | 111 |
| 112 <h3>For two-line items, use a paper-icon-body inside a paper-item or paper-i
con-item</h3> | 112 <h3>For two-line items, use a paper-item-body inside a paper-item or paper-i
con-item</h3> |
| 113 <demo-snippet> | 113 <demo-snippet> |
| 114 <template> | 114 <template> |
| 115 <div role="listbox"> | 115 <div role="listbox"> |
| 116 <paper-item> | 116 <paper-item> |
| 117 <paper-item-body two-line> | 117 <paper-item-body two-line> |
| 118 <div>Profile Photo</div> | 118 <div>Profile Photo</div> |
| 119 <div secondary>Change your Google+ profile photo</div> | 119 <div secondary>Change your Google+ profile photo</div> |
| 120 </paper-item-body> | 120 </paper-item-body> |
| 121 </paper-item> | 121 </paper-item> |
| 122 <paper-icon-item> | 122 <paper-icon-item> |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 </a> | 182 </a> |
| 183 <a class="paper-item-link" href="#sent" tabindex="-1"> | 183 <a class="paper-item-link" href="#sent" tabindex="-1"> |
| 184 <paper-item>Sent mail</paper-item> | 184 <paper-item>Sent mail</paper-item> |
| 185 </a> | 185 </a> |
| 186 </div> | 186 </div> |
| 187 </template> | 187 </template> |
| 188 </demo-snippet> | 188 </demo-snippet> |
| 189 </div> | 189 </div> |
| 190 </body> | 190 </body> |
| 191 </html> | 191 </html> |
| OLD | NEW |