silly commit

This commit is contained in:
James Hensman 2014-11-05 17:39:16 +00:00
parent 22d5aeaa26
commit c206cfccc9
2 changed files with 5 additions and 1 deletions

View file

@ -23,6 +23,7 @@
<li class="download"><a class="buttons" href="https://github.com/SheffieldML/GPy/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/SheffieldML/GPy/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/SheffieldML/GPy">View On GitHub</a></li>
<li><a class="buttons tutorial" href="https://github.com/SheffieldML/GPy">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/SheffieldML">SheffieldML</a></p>

View file

@ -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;
}
}
}