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

Unified Diff: sky/examples/raw/touch-demo.sky

Issue 1005393006: Clean up examples directory (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « sky/examples/raw/spinning-square.sky ('k') | sky/examples/spinning-square.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/raw/touch-demo.sky
diff --git a/sky/examples/touch-demo.sky b/sky/examples/raw/touch-demo.sky
similarity index 96%
rename from sky/examples/touch-demo.sky
rename to sky/examples/raw/touch-demo.sky
index 43f99d2d413fbc224b44ae3723d80b352ec6a2da..d4ab5b6c8f8d1f1904d7cc4dfdd95244a2323baa 100644
--- a/sky/examples/touch-demo.sky
+++ b/sky/examples/raw/touch-demo.sky
@@ -10,8 +10,12 @@ dot {
border-radius: 5px;
opacity: .75;
}
+
+log {
+ margin-top: 50px;
+}
</style>
-<log>Ready!</log>
+<log>Touch the screen!</log>
<script>
import "dart:sky";
« no previous file with comments | « sky/examples/raw/spinning-square.sky ('k') | sky/examples/spinning-square.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698