From a3f5353d4d1714ff7f5d04d12499d33afeb3d1b5 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 3 Mar 2012 20:18:09 +0530 Subject: [PATCH] add line-height fix to pdf generation page --- edgware/templates/view_article.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/edgware/templates/view_article.html b/edgware/templates/view_article.html index c9a794c..f2f8ec8 100644 --- a/edgware/templates/view_article.html +++ b/edgware/templates/view_article.html @@ -17,6 +17,12 @@ p { padding: 0px; } +p span { + margin: 0px; + padding: 0px; + line-height: 100%; +} + em { font-style: italic; }