From 6adba747b9f58ac8ab206942ba45fce4c5727e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 21 Oct 2013 22:54:53 +0200 Subject: [PATCH] fix images height on IE --- app/assets/stylesheets/desktop/compose.scss | 1 - app/assets/stylesheets/desktop/topic-post.scss | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index 421af09edf7..ff78a67ae7d 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -484,7 +484,6 @@ div.ac-wrap { float: right; img, svg { max-width: 100%; - height: auto; } } } diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 31764932fd1..edb237588ac 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -428,7 +428,6 @@ span.post-count { article.boxed { img, svg { max-width: 100%; - height: auto; } } @@ -720,9 +719,9 @@ blockquote { } -.posts-wrapper { - position: relative; - border-bottom: 1px solid #ddd; +.posts-wrapper { + position: relative; + border-bottom: 1px solid #ddd; }