| OLD | NEW |
| 1 | 1 |
| 2 <!--- | 2 <!--- |
| 3 | 3 |
| 4 This README is automatically generated from the comments in these files: | 4 This README is automatically generated from the comments in these files: |
| 5 all-imports.html paper-icon-item.html paper-item-body.html paper-item-shared-
styles.html paper-item.html | 5 paper-icon-item.html paper-item-body.html paper-item.html |
| 6 | 6 |
| 7 Edit those files, and our readme bot will duplicate them over here! | 7 Edit those files, and our readme bot will duplicate them over here! |
| 8 Edit this file, and the bot will squash your changes :) | 8 Edit this file, and the bot will squash your changes :) |
| 9 | 9 |
| 10 --> | 10 --> |
| 11 | 11 |
| 12 [](https://travis-ci.org/PolymerElements/paper-item) |
| 13 |
| 12 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-item)_ | 14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-item)_ |
| 13 | 15 |
| 14 | 16 |
| 15 ##<paper-item> | 17 ##<paper-item> |
| 16 | 18 |
| 17 | 19 |
| 18 Material design: [Lists](https://www.google.com/design/spec/components/lists.htm
l) | 20 Material design: [Lists](https://www.google.com/design/spec/components/lists.htm
l) |
| 19 | 21 |
| 20 `<paper-item>` is a non-interactive list item. By default, it is a horizontal fl
exbox. | 22 `<paper-item>` is a non-interactive list item. By default, it is a horizontal fl
exbox. |
| 21 | 23 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 The following custom properties and mixins are available for styling: | 118 The following custom properties and mixins are available for styling: |
| 117 | 119 |
| 118 Custom property | Description | Default | 120 Custom property | Description | Default |
| 119 ----------------|-------------|---------- | 121 ----------------|-------------|---------- |
| 120 `--paper-item-body-two-line-min-height` | Minimum height of a two-line item
| `72px` | 122 `--paper-item-body-two-line-min-height` | Minimum height of a two-line item
| `72px` |
| 121 `--paper-item-body-three-line-min-height` | Minimum height of a three-line item
| `88px` | 123 `--paper-item-body-three-line-min-height` | Minimum height of a three-line item
| `88px` |
| 122 `--paper-item-body-secondary-color` | Foreground color for the `secondary`
area | `--secondary-text-color` | 124 `--paper-item-body-secondary-color` | Foreground color for the `secondary`
area | `--secondary-text-color` |
| 123 `--paper-item-body-secondary` | Mixin applied to the `secondary` are
a | `{}` | 125 `--paper-item-body-secondary` | Mixin applied to the `secondary` are
a | `{}` |
| 124 | 126 |
| 125 | 127 |
| OLD | NEW |