mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:13:22 +08:00
Merge pull request #1361 from ZogStriP/fix-css-on-image-in-preview
FIX: images in the preview have rounded corners
This commit is contained in:
commit
60c740e16e
|
@ -294,10 +294,6 @@
|
|||
color: $black;
|
||||
img {
|
||||
max-width: 100%;
|
||||
border-radius: 4px;
|
||||
moz-border-radius: 4px;
|
||||
webkit-border-radius: 4px;
|
||||
ms-border-radius: 4px;
|
||||
}
|
||||
|
||||
video {
|
||||
|
|
Loading…
Reference in New Issue
Block a user