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

Unified Diff: src/site/docs/editor/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/editor/images/sunflower-outline-view.png ('k') | src/site/docs/getting-started/class.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/editor/index.html
diff --git a/src/site/docs/editor/index.html b/src/site/docs/editor/index.html
index fdace2c44059a3ec492c658eb6b994c8a19c0672..ff1976cbac4ca7b7d8588d06288016cd4b79a424 100644
--- a/src/site/docs/editor/index.html
+++ b/src/site/docs/editor/index.html
@@ -44,21 +44,22 @@ If you run into a problem, see
<h2>Getting Dart Editor</h2>
<p>
-You can download Dart Editor 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>, or
-<label>
- <input type="radio" name="osChoices" id="mac">
- Mac</input></label>.
+You can download Dart Editor 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>
{% include downloads/_dart-editor.html %}
+<h3>Contents</h3>
+
<p>
The Dart Editor download includes:
</p>
@@ -127,12 +128,14 @@ and then use the command-line interface to unzip on top of the old files:
replace dart/SOME_FILE? [y]es, [n]o, [A]ll, [N]one, [r]ename: <b>A</b>
{% endhighlight %}
-<aside class="note">
-<b>Note:</b>
-If Dart Editor starts behaving strangely after you install
-on top of an old copy,
-then you might need to abandon the old state.
-Try downloading and installing a fresh copy of Dart Editor.
+<aside>
+ <div class="alert alert-info">
+ <strong>Tip:</strong>
+ If Dart Editor starts behaving strangely after you install
+ on top of an old copy,
+ then you might need to abandon the old state.
+ Try downloading and installing a fresh copy of Dart Editor.
+ </div>
</aside>
</section>
@@ -773,10 +776,13 @@ Debugging must be enabled in your launch configuration
(which it is, by default).
</p>
-<aside class="note">
-<b>Platform note:</b>
-Command-line debugging is currently supported for Mac only.
-We expect to support other platforms soon.
+<aside>
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ Command-line debugging is currently supported for Mac
+ and Linux only.
+ We expect to support Windows as well.
+ </div>
</aside>
<p>
« no previous file with comments | « src/site/docs/editor/images/sunflower-outline-view.png ('k') | src/site/docs/getting-started/class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698