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

Unified Diff: src/site/_includes/downloads/_sdk.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
« no previous file with comments | « src/site/_includes/downloads/_dartium.html ('k') | src/site/_includes/footer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « src/site/_includes/downloads/_dartium.html ('k') | src/site/_includes/footer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698