From a5d4027c801213629e70b0c39673a127c82b7f9d Mon Sep 17 00:00:00 2001
From: Skami18
Date: Wed, 1 Jun 2011 18:57:12 +0200
Subject: [PATCH] Removed the bug #122 and a lone closing tag
---
pelican/themes/notmyidea/static/css/main.css | 2 ++
pelican/themes/notmyidea/templates/taglist.html | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css
index a3fd60f1..d416aaff 100644
--- a/pelican/themes/notmyidea/static/css/main.css
+++ b/pelican/themes/notmyidea/static/css/main.css
@@ -340,6 +340,8 @@ img.left, figure.left {float: right; margin: 0 0 2em 2em;}
/***** Sections *****/
/* Blog */
.hentry {
+ display: block;
+ clear: both;
border-bottom: 1px solid #eee;
padding: 1.5em 0;
}
diff --git a/pelican/themes/notmyidea/templates/taglist.html b/pelican/themes/notmyidea/templates/taglist.html
index 4259077a..0f4862d0 100644
--- a/pelican/themes/notmyidea/templates/taglist.html
+++ b/pelican/themes/notmyidea/templates/taglist.html
@@ -1,2 +1,2 @@
{% if article.tags %}tags: {% for tag in article.tags %}{{ tag }}{% endfor %}
{% endif %}
-{% if PDF_PROCESSOR %}get the pdf{% endif %}
+{% if PDF_PROCESSOR %}get the pdf
{% endif %}