Add a super basic TOS and privacy policy

This commit is contained in:
Joseph Schorr 2013-10-01 17:44:13 -04:00
parent d15e1bb651
commit f5798b4364
5 changed files with 86 additions and 2 deletions

View file

@ -163,6 +163,15 @@ background: linear-gradient(to bottom, #141414 0%,transparent 15%,transparent 8
width: 150px;
}
.landing-footer .copyright {
position: absolute;
left: 10px;
bottom: 4px;
font-size: 11px;
color: black;
}
#repoSearch {
width: 400px;
}