From c206cfccc9892eef65e4c1495cd2e35374d1d5a3 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Wed, 5 Nov 2014 17:39:16 +0000 Subject: [PATCH] silly commit --- index.html | 1 + stylesheets/styles.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 33a40fc3..10ad5ec9 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@
  • Download ZIP
  • Download TAR
  • View On GitHub
  • +
  • View On GitHub
  • This project is maintained by SheffieldML

    diff --git a/stylesheets/styles.css b/stylesheets/styles.css index f14d9e46..70098a21 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -299,6 +299,9 @@ a.buttons { a.github { background: url(../images/octocat-small.png) no-repeat 1px; } +a.tutorial { + background: url(../images/paper.png) no-repeat 1px; +} a.buttons:hover { color: #fff; @@ -410,4 +413,4 @@ footer { font-size:12pt; color:#444; } -} \ No newline at end of file +}