remove obnoxious box-shadow transition on hover; transition on transform [ci skip]

This commit is contained in:
danielgrippi 2012-05-09 00:24:28 -07:00
parent 93afe6d63c
commit 62829aee85

View file

@ -27,14 +27,12 @@
} }
.content { .content {
@include transition(box-shadow); @include transition(-webkit-transform);
@include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9)); @include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9));
background-image : image_url("paper-texture-1.jpg"); background-image : image_url("paper-texture-1.jpg");
&:hover { &:hover {
@include box-shadow(0, 3px, 10px,rgba(0,0,0,0.9));
.info { .info {
top : 0; top : 0;
} }
@ -44,6 +42,10 @@
-webkit-transform : scale(0.99); -webkit-transform : scale(0.99);
} }
img {
border : none;
}
//hax to deal with markdownify //hax to deal with markdownify
p { p {
font-size: inherit; font-size: inherit;