Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Side by Side Diff: src/site/docs/tutorials/polymer-intro/examples/stopwatch/out/web/stopwatch.css

Issue 24269013: first draft of polymer element tutorial (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 body {
3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif;
5 font-size: 14pt;
6 font-weight: normal;
7 margin: 15px;
8 }
9
10 p {
11 color: #333;
12 }
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698