Skip to content

Commit

Permalink
moving OS choices closer to download button
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjoyce committed Nov 8, 2013
1 parent 6f41db8 commit db27cbf
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/site/tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,21 @@ <h1> {{page.title}} </h1>
The Dart download
has everything you need
to edit, run, and debug Dart apps.
Dart Editor, Dartium, and the SDK tools
work in recent versions of
{% include os-choices.html %}
The Dart development tools
<b>do not support Windows XP</b>.
</p>

<div align="center">
{% include downloads/_dart-editor.html %}
</div>

<p>

</p>

<div class="row">
<div class="col-md-4">
<h2> Editors and IDEs </h2>
Expand Down Expand Up @@ -172,13 +181,3 @@ <h2> Tips </h2>
</dl>
</div>
</div>

<p>
Dart Editor, Dartium, and the SDK tools
work in recent versions of
{% include os-choices.html %}
</p>

<aside class="alert alert-info">
<b>Note:</b> The Dart development tools <b>do not support Windows XP</b>.
</aside>

0 comments on commit db27cbf

Please sign in to comment.