removes rounded corners on images in posts

This commit is contained in:
Régis Hanol 2013-05-02 01:20:12 +02:00
parent 38ed86d0c5
commit f67f62ccb2

View File

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