diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index 239ac6241..5ccb538c2 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -27,14 +27,12 @@ } .content { - @include transition(box-shadow); + @include transition(-webkit-transform); @include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9)); background-image : image_url("paper-texture-1.jpg"); &:hover { - @include box-shadow(0, 3px, 10px,rgba(0,0,0,0.9)); - .info { top : 0; } @@ -44,6 +42,10 @@ -webkit-transform : scale(0.99); } + img { + border : none; + } + //hax to deal with markdownify p { font-size: inherit;