From 693724ec3b8e4d96b1de9ef47580d168fec83ede Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 3 Jul 2012 22:16:58 +0100 Subject: [PATCH] I don't like the opacity thing --- source/site/stylesheets/master.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/source/site/stylesheets/master.css b/source/site/stylesheets/master.css index d60b967..1500a12 100644 --- a/source/site/stylesheets/master.css +++ b/source/site/stylesheets/master.css @@ -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;