From 004032215e338f1d50baa2ccf043e7c08f7e888a Mon Sep 17 00:00:00 2001 From: Zhongwei Sun Date: Fri, 6 Feb 2015 12:31:04 +0800 Subject: [PATCH] add shadow box to image --- pelican/themes/notmyidea/static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index e37918bc..d7728ad9 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -441,6 +441,9 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} border-bottom: 1px solid #eee; padding: 1.5em 0; } +article img { + box-shadow: 10px 10px 5px #888888; +} li:last-child .hentry, #content > .hentry {border: 0; margin: 0;} #content > .hentry {padding: 1em 0;} .hentry img{display : none ;}