Skip to content

Commit

Permalink
css cleanup -- fixed post/index
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthomson committed Aug 2, 2011
1 parent a53de4f commit 0504e5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/stylesheets/home.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body { background-color: #fff; color: #333; }

body, ol, ul, td {
body, ol, ul{
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", "Bitstream Vera Sans", Arial, sans-serif;

font-size: 36px;
Expand All @@ -9,6 +9,10 @@ body, ol, ul, td {
color: #fff;
}

td{
font-size: 18px;
line-height: 38px;
}
pre {
background-color: #eee;
padding: 10px;
Expand Down

0 comments on commit 0504e5e

Please sign in to comment.