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

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

Issue 138823002: Draft of new codelab for review (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: adding DevTools section and other changes from Kathy Created 6 years, 11 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-image: url('images/piratemappath.jpg'); 3 background-image: url('images/piratemappath.jpg');
4 background-repeat: repeat-y; 4 background-repeat: repeat-y;
5 background-position: right 400px; 5 background-position: right 400px;
6 background-size: 300px 300px; 6 background-size: 300px 300px;
7 } 7 }
8 */ 8 */
9 9
10 .piratemap { 10 .piratemap {
(...skipping 15 matching lines...) Expand all
26 border: 1px solid GoldenRod; 26 border: 1px solid GoldenRod;
27 } 27 }
28 28
29 .trydart-filename { 29 .trydart-filename {
30 text-align: right; 30 text-align: right;
31 color: Silver; 31 color: Silver;
32 margin-top: -45px; 32 margin-top: -45px;
33 margin-bottom: 10px; 33 margin-bottom: 10px;
34 margin-right: 5px; 34 margin-right: 5px;
35 } 35 }
36
37 .key-header {
38 padding-left: 20px;
39 }
40
41 .indent {
42 text-indent: 20px;
43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698