removes rounded corners on images in posts
This commit is contained in:
parent
38ed86d0c5
commit
f67f62ccb2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue