2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: images in the preview have rounded corners

This commit is contained in:
Régis Hanol 2013-08-19 23:45:55 +02:00
parent 1d030666d8
commit 8107170f08

View file

@ -294,10 +294,6 @@
color: $black; color: $black;
img { img {
max-width: 100%; max-width: 100%;
border-radius: 4px;
moz-border-radius: 4px;
webkit-border-radius: 4px;
ms-border-radius: 4px;
} }
video { video {