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

Side by Side Diff: src/site/docs/tutorials/forms/examples/slambook/web/slambook.css

Issue 275613002: Update polymer tutorial; make directory paths match new sample structure (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 7 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
1 body { 1 body {
2 background-color: #F8F8F8; 2 background-color: #F8F8F8;
3 font-family: 'Open Sans', sans-serif; 3 font-family: 'Open Sans', sans-serif;
4 font-size: 14px; 4 font-size: 14px;
5 font-weight: normal; 5 font-weight: normal;
6 line-height: 1.2em; 6 line-height: 1.2em;
7 margin: 15px; 7 margin: 15px;
8 } 8 }
9 9
10 h1, p { 10 h1, p {
11 color: #333; 11 color: #333;
12 } 12 }
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698