| Index: src/site/docs/language-tour/index.html
|
| diff --git a/src/site/docs/language-tour/index.html b/src/site/docs/language-tour/index.html
|
| index a84a2fdda16def49379049e09857eb7209b227c6..8ee92b77f86d25cd7ed20bf3947b4a3f74ac95b5 100644
|
| --- a/src/site/docs/language-tour/index.html
|
| +++ b/src/site/docs/language-tour/index.html
|
| @@ -14,12 +14,14 @@ from variables to operators to classes and libraries,
|
| with the assumption that you already know how to program in another language.
|
| </p>
|
|
|
| -<aside class="note">
|
| -<b>Tip:</b>
|
| -Create a server application project in Dart Editor
|
| -so you can play with each feature.
|
| -See <a href="/docs/editor/getting-started/">Getting Started with Dart Editor</a>
|
| -for instructions.
|
| +<aside>
|
| + <div class="alert alert-info">
|
| + <strong>Tip:</strong>
|
| + Create a server application project in Dart Editor
|
| + so you can play with each feature.
|
| + See <a href="/docs/editor/getting-started/">Getting Started with Dart Editor</a>
|
| + for instructions.
|
| + </div>
|
| </aside>
|
|
|
| <p>
|
|
|