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:
commit
72aee82a07
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue