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 +}