Chromium Code Reviews| Index: third_party/polymer/v0_8/components-chromium/paper-styles/demo.css |
| diff --git a/third_party/polymer/v0_8/components-chromium/paper-styles/demo.css b/third_party/polymer/v0_8/components-chromium/paper-styles/demo.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c6756c453516cee1fd9e5c84ed9298f1d5f0f482 |
| --- /dev/null |
| +++ b/third_party/polymer/v0_8/components-chromium/paper-styles/demo.css |
| @@ -0,0 +1,15 @@ |
| +body { |
| + font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial; |
| + font-size: 14px; |
| + margin: 0; |
| + padding: 24px; |
| +} |
| + |
| +section { |
| + padding: 20px 0; |
| +} |
| + |
| +section > div { |
| + padding: 14px; |
| + font-size: 16px; |
| +} |