hover state on info in profile [ci skip]

This commit is contained in:
danielgrippi 2012-05-02 21:06:55 -07:00
parent 1b92fe7e7f
commit bc81c6985a

View file

@ -137,6 +137,11 @@ body {
z-index : 30; z-index : 30;
padding : 5px 0; padding : 5px 0;
&:hover {
@include opacity(0.9);
}
i { i {
margin-left: 3px; margin-left: 3px;
} }