| Index: sky/examples/home.sky
|
| diff --git a/sky/examples/home.sky b/sky/examples/home.sky
|
| index de7a9a4e74ab088138a9e8d195d4715390308cd8..df8866ada68773908b96db0a97862002531ebf31 100644
|
| --- a/sky/examples/home.sky
|
| +++ b/sky/examples/home.sky
|
| @@ -1,9 +1,7 @@
|
| #!mojo mojo:sky_viewer
|
| -<div><!-- remove this element once Document can have multiple element children -->
|
| <style>
|
| .h1 { font-size: 2em; margin: 1em; }
|
| .p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; }
|
| </style>
|
| <div class="h1">about:blank</div>
|
| <div class="p">Welcome to Sky!</div>
|
| -</div>
|
|
|