1
0
Fork 0
forked from github/pelican

A large image causes problem in article excerpt. It comes on following excerpt area. I think the best thing to do is to disable display of images in excerpt.

This commit is contained in:
Freeculture 2010-12-03 09:28:40 -08:00
commit 9bdb5b8a88

View file

@ -355,7 +355,7 @@ img.left, figure.left {float: right; margin: 0 0 2em 2em;}
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}
.hentry img{display : none ;}
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
.entry-title a:visited {background-color: #fff;}