add shadow box to image

This commit is contained in:
Zhongwei Sun 2015-02-06 12:31:04 +08:00
commit 004032215e

View file

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