I don't like the opacity thing

This commit is contained in:
2012-07-03 22:16:58 +01:00
parent d06370058d
commit 693724ec3b

View File

@@ -678,14 +678,12 @@ blockquote {
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
}
#about .avatar img {
opacity: 0.8;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
#about .avatar:hover {
}
#about .avatar img {
}
#about .avatar:hover img {
opacity: 1;
}
#about .info {
color: #bbb;
margin: 0px auto;