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

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

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: 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
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..629cab9b01f87f6d5a75634d001f06aae257c32f 100644
--- a/src/site/docs/sdk/index.html
+++ b/src/site/docs/sdk/index.html
@@ -19,15 +19,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>
« no previous file with comments | « src/site/docs/pub-package-manager/index.markdown ('k') | src/site/docs/technical-overview/images/source-flow.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698