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

Unified Diff: src/site/docs/sdk/index.html

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 months 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
« no previous file with comments | « src/site/docs/pub-package-manager/index.markdown ('k') | src/site/docs/standalone-dart-vm/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « src/site/docs/pub-package-manager/index.markdown ('k') | src/site/docs/standalone-dart-vm/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698