Chromium Code Reviews| Index: src/site/docs/tutorials/polymer-intro/examples/stopwatch/out/web/stopwatch.css |
| diff --git a/src/site/docs/tutorials/polymer-intro/examples/stopwatch/out/web/stopwatch.css b/src/site/docs/tutorials/polymer-intro/examples/stopwatch/out/web/stopwatch.css |
| deleted file mode 100644 |
| index 9c92a958456d3d7b010f58b841744eb33105665a..0000000000000000000000000000000000000000 |
| --- a/src/site/docs/tutorials/polymer-intro/examples/stopwatch/out/web/stopwatch.css |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| - |
| -body { |
| - background-color: #F8F8F8; |
| - font-family: 'Open Sans', sans-serif; |
| - font-size: 14pt; |
| - font-weight: normal; |
| - margin: 15px; |
| -} |
| - |
| -p { |
| - color: #333; |
| -} |
| - |