From fc12091a93760a81f605dfff6fbde23b8f0880b4 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@discourse.org>
Date: Mon, 23 Jun 2014 01:17:23 -0700
Subject: [PATCH] get rid of some needless (?) img styles on mobile

---
 app/assets/stylesheets/common/base/discourse.scss | 4 ----
 app/assets/stylesheets/mobile/topic-post.scss     | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss
index e27ab13c2db..22dc087edf1 100644
--- a/app/assets/stylesheets/common/base/discourse.scss
+++ b/app/assets/stylesheets/common/base/discourse.scss
@@ -159,10 +159,6 @@ body {
     to {opacity: 1}
 }
 
-.avatar {
-  @include border-radius-all(2px);
-}
-
 .avatar-wrapper {
   background-color: $secondary;
   display: inline-block;
diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss
index fead3c52f2c..161e182311c 100644
--- a/app/assets/stylesheets/mobile/topic-post.scss
+++ b/app/assets/stylesheets/mobile/topic-post.scss
@@ -340,10 +340,6 @@ span.post-count {
 }
 
 .topic-post {
-  article.boxed img {
-    max-width: 100%;
-    height: auto;
-  }
   &.moderator {
     background-color: scale-color($highlight, $lightness: 60%);
   }