| Index: src/site/_includes/downloads/_sdk.html
|
| diff --git a/src/site/_includes/downloads/_sdk.html b/src/site/_includes/downloads/_sdk.html
|
| index 4ab996cd1c0b50a6cd84e2e7d5d4b50eb521f222..235d2af95652d797c5a21d385cd9dacf1c085ca0 100644
|
| --- a/src/site/_includes/downloads/_sdk.html
|
| +++ b/src/site/_includes/downloads/_sdk.html
|
| @@ -1,11 +1,20 @@
|
| <div class="downloads">
|
| <span class="win">
|
| - <a class="download-link button" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-win32.zip">Dart SDK (Windows)</a>
|
| + <a class="download-link btn btn-primary" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-win32.zip">
|
| + <i class="icon-download-alt"></i>
|
| + Dart SDK (Windows)
|
| + </a>
|
| </span>
|
| <span class="mac">
|
| - <a class="download-link button" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-macos.zip">Dart SDK (Mac)</a>
|
| + <a class="download-link btn btn-primary" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-macos.zip">
|
| + <i class="icon-download-alt"></i>
|
| + Dart SDK (Mac)
|
| + </a>
|
| </span>
|
| <span class="linux">
|
| - <a class="download-link button" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-linux.zip">Dart SDK (Linux)</a>
|
| + <a class="download-link btn btn-primary" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-linux.zip">
|
| + <i class="icon-download-alt"></i>
|
| + Dart SDK (Linux)
|
| + </a>
|
| </span>
|
| </div>
|
|
|