From 9bdb5b8a885e1e79c3579eb60245e3b9966e32c9 Mon Sep 17 00:00:00 2001 From: Freeculture Date: Fri, 3 Dec 2010 09:28:40 -0800 Subject: [PATCH] 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. --- pelican/themes/notmyidea/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index fd443ebe..f0fd028b 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -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;}