From f67f62ccb2a8bb7234571c7bffef70cee8d70951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= <regis@hanol.fr> Date: Thu, 2 May 2013 01:20:12 +0200 Subject: [PATCH] removes rounded corners on images in posts --- app/assets/stylesheets/application/topic-post.css.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index df6ad6092..d641e4d4f 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -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;