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
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;