From 3707c1c33c43533efabbc1304d97cfc4d6f2c707 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 20 Apr 2015 19:49:12 +0200 Subject: [PATCH] Added blurred shadow around images --- app/assets/stylesheets/my.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/my.scss b/app/assets/stylesheets/my.scss index 58f8395..0ae1f2c 100644 --- a/app/assets/stylesheets/my.scss +++ b/app/assets/stylesheets/my.scss @@ -148,6 +148,11 @@ html, body { { width: 100%; } + + img + { + box-shadow: 3px 3px 10px 0px #888888; + } } .row .gridview