Skip to content

Commit

Permalink
orange links on thanks page
Browse files Browse the repository at this point in the history
otherwise we were using white links on a white background, so users would not
be able to see them
  • Loading branch information
rmarianski committed Jun 3, 2011
1 parent 8a59488 commit f05c9fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/pps/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,10 @@ div.green-box ul, div.red-box ul{
margin-bottom:10px;
}

.thanks_msg a {
color: #f60;
}

/* Rounded Corners */
.r-3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.r-4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
Expand Down

0 comments on commit f05c9fe

Please sign in to comment.