stuff fades

This commit is contained in:
danielvincent 2010-08-02 19:16:01 -07:00
parent 5030fbb8b5
commit f3bc651359
3 changed files with 5 additions and 2 deletions

View file

@ -10,4 +10,7 @@ $(document).ready( function() {
}
$("."+vars['g']).addClass('selected');
$("#group img").load(function(){$(this).fadeIn("slow");});
});

View file

@ -445,5 +445,5 @@ h1.big_text {
top: -13px;
left: 7px; }
#group #friend_pictures img {
display: inline-block;
display: none;
height: 40px; }

View file

@ -553,5 +553,5 @@ h1.big_text
:top -13px
:left 7px
img
:display inline-block
:display none
:height 40px