Skip to content

Commit

Permalink
better 'big' class
Browse files Browse the repository at this point in the history
  • Loading branch information
eads committed Oct 10, 2012
1 parent a01687c commit ff21e2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/freegeek/css/freegeek.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body * {
font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
color: #05f;
Expand Down Expand Up @@ -144,3 +144,9 @@ textarea:focus {
label {
font-weight: bold;
}

#main-content .big {
font-size: 36px;
line-height: 54px;
letter-spacing: -1px;
}

0 comments on commit ff21e2e

Please sign in to comment.