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

Side by Side Diff: src/site/articles/trydart/trydart.css

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: rough draft ready for review (2nd try after errors) 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 .trydart-step-details {
2 margin-left: 20px;
3 }
4
5 .treasure-list {
6 list-style: none;
7 }
8
9 .treasure-list li:before {
10 content: '\f084';
11 font-family: FontAwesome;
12 display: inline-block;
13 margin-left: -1.0em;
14 width: 1.0em;
15 }
OLDNEW
« src/site/articles/trydart/index.markdown ('K') | « src/site/articles/trydart/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698