From a83c1a19f12b07bcd04ce97135c7b6b126ed579f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Hanol?= <regis@hanol.fr>
Date: Mon, 27 Jan 2014 17:59:17 +0100
Subject: [PATCH] BUGFIX: make sure author's avatar is 45x45

---
 app/assets/stylesheets/desktop/topic-post.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index 1f9a14076..defb36e6a 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -458,7 +458,12 @@ iframe {
   border-top: 1px solid #ddd;
   padding-top: 30px;
 
-  img { text-align: center; }
+  img {
+    text-align: center;
+    width: 45px;
+    height: 45px;
+  }
+  
   .contents { text-align: center;}
   h3 { display: block; }