mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +02:00
silly commit
This commit is contained in:
parent
22d5aeaa26
commit
c206cfccc9
2 changed files with 5 additions and 1 deletions
|
|
@ -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/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 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 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>
|
</ul>
|
||||||
|
|
||||||
<p class="header">This project is maintained by <a class="header name" href="https://github.com/SheffieldML">SheffieldML</a></p>
|
<p class="header">This project is maintained by <a class="header name" href="https://github.com/SheffieldML">SheffieldML</a></p>
|
||||||
|
|
|
||||||
|
|
@ -299,6 +299,9 @@ a.buttons {
|
||||||
a.github {
|
a.github {
|
||||||
background: url(../images/octocat-small.png) no-repeat 1px;
|
background: url(../images/octocat-small.png) no-repeat 1px;
|
||||||
}
|
}
|
||||||
|
a.tutorial {
|
||||||
|
background: url(../images/paper.png) no-repeat 1px;
|
||||||
|
}
|
||||||
|
|
||||||
a.buttons:hover {
|
a.buttons:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -410,4 +413,4 @@ footer {
|
||||||
font-size:12pt;
|
font-size:12pt;
|
||||||
color:#444;
|
color:#444;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue