Merge pull request #1361 from ZogStriP/fix-css-on-image-in-preview

FIX: images in the preview have rounded corners
This commit is contained in:
Sam 2013-08-19 14:58:02 -07:00
commit 60c740e16e
1 changed files with 0 additions and 4 deletions

View File

@ -294,10 +294,6 @@
color: $black; color: $black;
img { img {
max-width: 100%; max-width: 100%;
border-radius: 4px;
moz-border-radius: 4px;
webkit-border-radius: 4px;
ms-border-radius: 4px;
} }
video { video {