summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-01-26 18:24:02 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-01-26 10:24:02 -0500
commitec4858bcbd77c9936c324fe9860fc653c2030684 (patch)
treea6ee09cb490d96a5555082bf6497be023df2412a /website/index.html
parent75f349929b574ae879a1e7b815571fb044a036e4 (diff)
Make links and badges look better (#1588)
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html
index 036d2f01d..fb47d53e3 100644
--- a/website/index.html
+++ b/website/index.html
@@ -20,10 +20,10 @@
</tr>
<tr>
<td>
- <a href="https://travis-ci.com/denoland/deno"><img src="https://travis-ci.com/denoland/deno.svg?branch=master"/></a>
+ <a class="badge" href="https://travis-ci.com/denoland/deno"><img src="https://travis-ci.com/denoland/deno.svg?branch=master"/></a>
</td>
<td>
- <a href="https://ci.appveyor.com/project/deno/deno"><img src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"/></a>
+ <a class="badge" href="https://ci.appveyor.com/project/deno/deno"><img src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"/></a>
</td>
</tr>
</table>