| 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 paper-material.html | 5 paper-material.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 The bot does some handling of markdown. Please file a bug if it does the wrong | 10 The bot does some handling of markdown. Please file a bug if it does the wrong |
| 11 thing! https://github.com/PolymerLabs/tedium/issues | 11 thing! https://github.com/PolymerLabs/tedium/issues |
| 12 | 12 |
| 13 --> | 13 --> |
| 14 | 14 |
| 15 [](https://travis-ci.org/PolymerElements/paper-material) | 15 [](https://travis-ci.org/PolymerElements/paper-material) |
| 16 | 16 |
| 17 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-materia
l)_ | 17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-materia
l)_ |
| 18 | 18 |
| 19 | 19 |
| 20 ##<paper-material> | 20 ##<paper-material> |
| 21 | 21 |
| 22 Material design: [Cards](https://www.google.com/design/spec/components/cards.htm
l) | 22 Material design: [Cards](https://www.google.com/design/spec/components/cards.htm
l) |
| 23 | 23 |
| 24 `paper-material` is a container that renders two shadows on top of each other to | 24 `paper-material` is a container that renders two shadows on top of each other to |
| 25 create the effect of a lifted piece of paper. | 25 create the effect of a lifted piece of paper. |
| 26 | 26 |
| 27 Example: | 27 Example: |
| 28 | 28 |
| 29 ```html | 29 ```html |
| 30 <paper-material elevation="1"> | 30 <paper-material elevation="1"> |
| 31 ... content ... | 31 ... content ... |
| 32 </paper-material> | 32 </paper-material> |
| 33 ``` | 33 ``` |
| 34 | 34 |
| 35 | 35 |
| OLD | NEW |