Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Make homepage friendlier; #634
Browse files Browse the repository at this point in the history
This moves the givers before the receivers and adds a "New Participants"
listing on the homepage.
  • Loading branch information
chadwhitacre committed Feb 12, 2013
1 parent 1d8654d commit 677a6e7
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 25 deletions.
5 changes: 5 additions & 0 deletions templates/gittip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,16 @@ input {
@include border-radius(2px);
}
}
span.age,
span.money {
color: $black;
display: block;
font: bold 18px $Helvetica;
margin: 7px 0 5px 0;

span.unit {
font: normal 11px $Helvetica;
}
}
span.name {
display: block;
Expand Down
Loading

0 comments on commit 677a6e7

Please sign in to comment.