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

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: Address review comments 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 92b3aa57598cb24b9ee237e58bf7ab864d776796..c1ecc67aa844fea88b3e137e7b89d7521e73f5a6 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;
}
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyleConstants.h ('k') | sky/tests/framework/flights-app-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698