diff --git a/includes/header.html b/includes/header.html
index 922cbc1..a3943af 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -2,6 +2,7 @@
ease.js
+
diff --git a/index.html b/index.html
index 5a92d35..5fadcaa 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,10 @@
- Download v
- (Released: )
+
+ Download
+
(Released: )
+
diff --git a/style.css b/style.css
index b63f410..3a6d79a 100644
--- a/style.css
+++ b/style.css
@@ -309,6 +309,18 @@ span.shell-start {
}
+.btn.download .inner:before {
+ position: relative;
+ top: 0.25em;
+
+ font-size: 1.25em;
+ padding-right: 0.25em;
+ text-decoration: underline;
+
+ content: '⇩';
+}
+
+
.info {
clear: both;
}