Skip to content

Commit

Permalink
A large image causes problem in article excerpt. It comes on followin…
Browse files Browse the repository at this point in the history
…g excerpt area. I think the best thing to do is to disable display of images in excerpt.
  • Loading branch information
Freeculturexx committed Dec 3, 2010
1 parent 836d4ea commit 9bdb5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/themes/notmyidea/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit 9bdb5b8

Please sign in to comment.