| 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;
|
| }
|
|
|