From 19be0ff744312c6635e2c2c08939729461d69808 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Fri, 3 Apr 2015 23:07:49 -0700
Subject: [PATCH] try "the McWumbly shadow" effect

---
 app/assets/stylesheets/common/base/discourse.scss | 2 +-
 app/assets/stylesheets/desktop/topic-list.scss    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss
index 07559c93d..b215ca9fc 100644
--- a/app/assets/stylesheets/common/base/discourse.scss
+++ b/app/assets/stylesheets/common/base/discourse.scss
@@ -1,5 +1,5 @@
 img.avatar {
-  border-radius: 100px;
+  border-radius: 50%;
 }
 
 .container {
diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss
index fe31a13d1..a400f6436 100644
--- a/app/assets/stylesheets/desktop/topic-list.scss
+++ b/app/assets/stylesheets/desktop/topic-list.scss
@@ -110,7 +110,7 @@
   }
   .avatar {
     &.latest:not(.single) {
-      box-shadow: 0 0 6px 1px desaturate(scale-color($tertiary, $lightness: 30%), 35%);
+      box-shadow: 2px 3px 8px 2px rgba(0,0,0, .3);
     }
   }