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

Side by Side Diff: src/site/codelabs/darrrt/examples/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
« no previous file with comments | « src/site/codelabs/darrrt/examples/packages/browser/interop.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 body {
3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif;
5 font-size: 14px;
6 font-weight: normal;
7 line-height: 1.2em;
8 margin: 15px;
9 }
10
11 h1, p {
12 color: #333;
13 }
14 .widgets {
15 padding-bottom: 20pt;
16 float: left;
17 }
18 .badge {
19 border: 2px solid brown;
20 border-radius: 1em;
21 background: red;
22 font-size: 14pt;
23 width: 14em;
24 height: 7em;
25 text-align: center;
26 float: left;
27 margin-left: 20px;
28 white-space: nowrap;
29 overflow: hidden;
30 }
31 .greeting {
32 color: white;
33 font-family: sans-serif;
34 padding: 0.5em;
35 }
36 .name {
37 color: black;
38 background: white;
39 font-family: "Marker Felt", cursive;
40 font-size: 25pt;
41 padding-top: 1.0em;
42 padding-bottom: 0.7em;
43 height: 16px;
44 }
45 #generateButton {
46 font-size: 12pt;
47 margin-top: 20px;
48 }
49 input[type="text"] {
50 font-size: 12pt;
51 margin-top: 10pt;
52 margin-bottom: 10pt;
53 width: 12em;
54 }
55
OLDNEW
« no previous file with comments | « src/site/codelabs/darrrt/examples/packages/browser/interop.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698