| Index: src/site/docs/sdk/index.html
|
| diff --git a/src/site/docs/sdk/index.html b/src/site/docs/sdk/index.html
|
| index c46574b251daa2fac4a14fde5d3c6c3013f8ff67..920e333f46993ec12576bf7408bd9daff16386e0 100644
|
| --- a/src/site/docs/sdk/index.html
|
| +++ b/src/site/docs/sdk/index.html
|
| @@ -8,9 +8,6 @@ description: "Learn to download and use the Dart SDK, which includes the Dart VM
|
|
|
| <h1> {{ page.title }} </h1>
|
|
|
| -
|
| -<section>
|
| -
|
| <p>
|
| This page tells you how to find and use
|
| prerelease versions of the Dart SDK on
|
| @@ -19,15 +16,14 @@ prerelease versions of the Dart SDK on
|
| <span class="win">Windows.</span>
|
| <br>
|
| (These instructions are available for
|
| - <label>
|
| - <input type="radio" name="osChoices" id="win">
|
| - Windows</input></label>,
|
| - <label>
|
| - <input type="radio" name="osChoices" id="linux" checked="true">
|
| - Linux</input></label>, and
|
| - <label>
|
| - <input type="radio" name="osChoices" id="mac">
|
| - Mac</input></label>.)
|
| + <input type="radio" name="osChoices" id="win">
|
| + <label class="os-choice" for="win">Windows</label>,
|
| +
|
| + <input type="radio" name="osChoices" id="linux" checked="true">
|
| + <label class="os-choice" for="linux">Linux</label>, or
|
| +
|
| + <input type="radio" name="osChoices" id="mac">
|
| + <label class="os-choice" for="mac">Mac</label>.)
|
| </p>
|
|
|
| <section>
|
| @@ -87,7 +83,4 @@ and a <code>lib</code> directory for the Dart libraries.
|
| </ul>
|
| </section>
|
|
|
| -</section>
|
| -
|
| -
|
| <script async src="/js/Switcher.dart.js"></script>
|
|
|