Intial site commit

This commit is contained in:
Nicholas O'Leary
2012-10-26 23:04:27 +01:00
commit c762c1b8ab
9 changed files with 9353 additions and 0 deletions

17
style.css Normal file
View File

@@ -0,0 +1,17 @@
section {
padding-top: 50px;
margin-top: -50px;
}
body {
padding-top: 60px;
}
.method {
border-bottom: 3px solid #eee;
margin-bottom: 20px;
padding-bottom: 5px;
}
.methodname {}
.methodreturn { font-weight: normal; color: #888;}
.methodparams { font-weight: normal; color: #888;}