Skip to content

Commit

Permalink
min height for account card is enough to cover all services
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Jan 5, 2011
1 parent 66f8b4d commit d477f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ p{
-moz-border-radius: 4px;
-moz-box-shadow: 10px 10px 5px #aba;
-webkit-box-shadow: 0px 0px 6px #aba;
min-height: 240px;
min-height: 285px;
position:relative;
z-index:200;
}
Expand Down

0 comments on commit d477f05

Please sign in to comment.