From 9a7d368d40512e4c12f443cc1790c0ec9fe1ff7d Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Mon, 18 Jun 2012 09:18:19 +0100 Subject: [PATCH] Changed the download button to an install button. Users don't need to download the source, just wget the files as stated in the install docs. One day I will have a automatic install script, on that day... things will be great! --- assets/css/style.css | 2 +- index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 7df9891..fc1c969 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -45,7 +45,7 @@ body { margin-bottom: 20px; } .masthead #view-button, -.masthead #download-button { +.masthead #install-button { display: inline-block; vertical-align: top; } diff --git a/index.html b/index.html index f7793da..1009d3f 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@
View project on GitHub - Download Project (0.2.6) + Install Guide (0.2.8)