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

Unified Diff: src/site/docs/editor/getting-started/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/editor/getting-started/index.html
diff --git a/src/site/docs/editor/getting-started/index.html b/src/site/docs/editor/getting-started/index.html
index 7557e6916c0462bd60508cfda8ad84c8bead0f9f..a7c646ffdc67092627cfa5cfeca6c2598c18dc8e 100644
--- a/src/site/docs/editor/getting-started/index.html
+++ b/src/site/docs/editor/getting-started/index.html
@@ -15,18 +15,18 @@ Follow this tutorial to install and use Dart Editor on
<span class="linux">Linux.</span>
<span class="mac">Mac OS X.</span>
<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>.)
+</p>
+
+<p>
+These instructions are available for
+ <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>
<p>
@@ -265,14 +265,14 @@ In this step, you'll open a sample web app and run it in Dartium.
which displays sunflower.html.
</p>
- <aside class="warning">
- <b>Important:</b>
- Dartium is a technical preview,
- and it might have security and stability issues.
+ <aside>
+ <div class="alert">
+ <strong>Warning:</strong>
+ Dartium is a technical preview,
+ and it might have security and stability issues.
- <blockquote>
- <b>Do not use Dartium as your primary browser!</b>
- </blockquote>
+ <b>Do not use Dartium as your primary browser!</b>
+ </div>
</aside>
</li>
« no previous file with comments | « src/site/docs/editor/getting-started/images/sunflower.png ('k') | src/site/docs/editor/images/DartEditor-helloweb.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698