some minor formatting changes

This commit is contained in:
Andrew Davidson 2010-10-27 20:05:36 -07:00
parent 40a4ad9ea1
commit a72c1b28e2

View file

@ -2,7 +2,6 @@ body {
background-color:#3c3c3c;
color: #fff;
text-align: center;
padding-top: 200px;
font-family: 'IM Fell Double Pica', serif;
font-size: 1em;
text-rendering: optimizeLegibility;
@ -11,12 +10,16 @@ body {
h1 {
font-size: 3em;
text-shadow: #111 0px 2px 2px;
padding-bottom: 100px;
padding-top:50px;
padding-bottom: 50px;
}
a, a:visited {
color: #fff;
text-decoration:none;
}
p a {
text-decoration:underline;
}
a:hover {
color: #555;
}