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

Side by Side Diff: src/site/codelabs/darrrt/darrrt.css

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: updated image of dart editor with new directory name Created 7 years, 1 month 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-image: url('images/piratemappath.jpg');
4 background-repeat: repeat-y;
5 background-position: right 400px;
6 background-size: 300px 300px;
7 }
8 */
9
10 .piratemap {
11 background-image: url('images/piratemap.jpg');
12 background-repeat: no-repeat;
13 background-position: right;
14 background-size: 300px 300px;
15 }
16
17 .trydart-step-details {
18 margin-left: 20px;
19 }
20
21 .trydart-note {
22 background-color: LemonChiffon;
23 padding: 10px 10px 10px 10px;
24 margin-bottom: 10px;
25 border-radius: 3px;
26 border: 1px solid GoldenRod;
27 }
28
29 .trydart-filename {
30 text-align: right;
31 color: Silver;
32 margin-top: -45px;
33 margin-bottom: 10px;
34 margin-right: 5px;
35 }
OLDNEW
« no previous file with comments | « src/diagrams/codelabs/darrrt/textfieldscreenshot.png ('k') | src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698