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 ;}