mirror of
https://github.com/discourse/discourse.git
synced 2025-05-12 07:03:09 +08:00
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…
x
Reference in New Issue
Block a user