mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add shadow box to image
This commit is contained in:
parent
b1973f3bd7
commit
004032215e
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue