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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
Index: src/site/articles/trydart/trydart.css
diff --git a/src/site/articles/trydart/trydart.css b/src/site/articles/trydart/trydart.css
new file mode 100644
index 0000000000000000000000000000000000000000..a4a64cbd77dbf2f774fdc23e0b4c029fd1415a9d
--- /dev/null
+++ b/src/site/articles/trydart/trydart.css
@@ -0,0 +1,15 @@
+.trydart-step-details {
+ margin-left: 20px;
+}
+
+.treasure-list {
+ list-style: none;
+}
+
+.treasure-list li:before {
+ content: '\f084';
+ font-family: FontAwesome;
+ display: inline-block;
+ margin-left: -1.0em;
+ width: 1.0em;
+}
« 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