Skip to content

Commit

Permalink
some minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amdavidson committed Oct 28, 2010
1 parent 40a4ad9 commit a72c1b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down

0 comments on commit a72c1b2

Please sign in to comment.