Skip to content

Commit

Permalink
fixed shrinking, centered radius number on bio
Browse files Browse the repository at this point in the history
  • Loading branch information
Ames committed Mar 30, 2011
1 parent 1e8e263 commit 782a9a9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@
-moz-border-radius: 120px;
-webkit-border-radius: 120px;
border-radius: 120px;

}
.particle>div{
display:box;
vertical-align:middle;
text-align:center;
position:absolute;
top:49%;
margin-top:-10px;
left:49%;
margin-left:-20px;
}

#message{
Expand Down Expand Up @@ -336,7 +337,8 @@
// }
// }
// else{
this.setR(this.r*.999);
this.targetR*=.999;
//this.setR(this.r*.999);
//}
}

Expand Down

0 comments on commit 782a9a9

Please sign in to comment.