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

Unified Diff: src/site/_includes/downloads/_dartium.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/_includes/downloads/_dart-editor.html ('k') | src/site/_includes/downloads/_sdk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/downloads/_dartium.html
diff --git a/src/site/_includes/downloads/_dartium.html b/src/site/_includes/downloads/_dartium.html
index 843d4572df9274f49b04719f3eeac0559a7ccc89..9be57d5ae5d1f050069a2778f958fe3ad3009df6 100644
--- a/src/site/_includes/downloads/_dartium.html
+++ b/src/site/_includes/downloads/_dartium.html
@@ -1,15 +1,21 @@
<div class="downloads">
<span class="win">
- <a class="download-link button" href="http://gsdview.appspot.com/dartium-archive/continuous/dartium-win.zip">Dartium (Windows)</a>
+ <a class="download-link btn btn-primary" href="http://gsdview.appspot.com/dartium-archive/continuous/dartium-win.zip">
+ <i class="icon-download-alt"></i>
+ Dartium (Windows)</a>
</span>
<span class="mac">
- <a class="download-link button" href="http://gsdview.appspot.com/dartium-archive/continuous/dartium-mac.zip">Dartium (Mac)</a>
+ <a class="download-link btn btn-primary" href="http://gsdview.appspot.com/dartium-archive/continuous/dartium-mac.zip">
+ <i class="icon-download-alt"></i>
+ Dartium (Mac)</a>
</span>
<span class="linux">
- <a class="download-link button" href="http://gsdview.appspot.com/dartium-archive/continuous/dartium-lucid64.zip">Dartium (Linux)</a>
+ <a class="download-link btn btn-primary" href="http://gsdview.appspot.com/dartium-archive/continuous/dartium-lucid64.zip">
+ <i class="icon-download-alt"></i>
+ Dartium (Linux)</a>
</span>
</div>
« no previous file with comments | « src/site/_includes/downloads/_dart-editor.html ('k') | src/site/_includes/downloads/_sdk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698