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

Unified Diff: sky/examples/city-list/city-list.sky

Issue 729693003: First step at getting rid of anonymous blocks and continuations. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebaseline flights-app.sky Created 6 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 side-by-side diff with in-line comments
Download patch
Index: sky/examples/city-list/city-list.sky
diff --git a/sky/examples/city-list/city-list.sky b/sky/examples/city-list/city-list.sky
index 7d51c7efea461eebc7c38d7d913dc275e86f52aa..1378db88abd30a805d90fb3fc7c540469c82874d 100644
--- a/sky/examples/city-list/city-list.sky
+++ b/sky/examples/city-list/city-list.sky
@@ -14,6 +14,7 @@
color: #FFF;
background-color: #333;
padding: 4px 4px 4px 12px;
+ display: paragraph;
}
</style>
<div>{{ state }}</div>
@@ -35,6 +36,7 @@ SkyElement({
font-weight: bold;
padding: 2px 4px 4px 12px;
background-color: #DDD;
+ display: paragraph;
}
</style>
<div>{{ letter }}</div>
@@ -60,6 +62,10 @@ SkyElement({
overflow: hidden;
}
+ div {
+ display: paragraph;
+ }
+
span {
display: inline;
}

Powered by Google App Engine
This is Rietveld 408576698