Merge pull request #803 from ZogStriP/remove-rounded-corners-on-images-in-posts

removes rounded corners on images in posts
This commit is contained in:
Sam 2013-05-01 16:27:13 -07:00
commit 72aee82a07
1 changed files with 0 additions and 4 deletions

View File

@ -527,10 +527,6 @@
}
img {
max-width: 100%;
border-radius: 4px;
webkit-border-radius: 4px;
ms-border-radius: 4px;
moz-border-radius: 4px;
}
.topic-body {
position: relative;