More website work.

This commit is contained in:
Brad Fitzpatrick 2011-01-22 22:22:06 -08:00
parent d89e59ccec
commit 3a93f5b6cc
1 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,7 @@
body {
margin-top: 0;
font-family: 'Droid Sans', arial, serif;
}
#header {
@ -49,6 +50,13 @@ div.content {
margin-right: auto;
margin-top: 1em;
margin-bottom: 1em;
line-height: 140%;
}
#props {
margin-top:2em;
text-align: center;
font-size: small;
}
</style>
@ -116,7 +124,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum auctor
</div>
<div id='props'>
Website design inspired by <a href="http://git-scm.com/">git</a> and <a href="http://memcached.org/">memcached</a>.
</div>
</body>