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

Side by Side Diff: src/site/codelabs/darrrt/examples/2-inputnamebadge/piratebadge.css

Issue 339243004: Update generated JS for codelab's pirate app. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 6 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 1
2 body { 2 body {
3 background-color: #F8F8F8; 3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif; 4 font-family: 'Open Sans', sans-serif;
5 font-size: 14px; 5 font-size: 14px;
6 font-weight: normal; 6 font-weight: normal;
7 line-height: 1.2em; 7 line-height: 1.2em;
8 margin: 15px; 8 margin: 15px;
9 } 9 }
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 #generateButton { 45 #generateButton {
46 font-size: 12pt; 46 font-size: 12pt;
47 margin-top: 20px; 47 margin-top: 20px;
48 } 48 }
49 input[type="text"] { 49 input[type="text"] {
50 font-size: 12pt; 50 font-size: 12pt;
51 margin-top: 10pt; 51 margin-top: 10pt;
52 margin-bottom: 10pt; 52 margin-bottom: 10pt;
53 width: 12em; 53 width: 12em;
54 } 54 }
55 55 @media all and (max-width: 500px) {
56 .badge {
57 margin-left: 0px;
58 }
59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698