From d8790d949f1c66c8f10224240e610b70af9470c1 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 6 Jul 2011 19:07:34 +0530 Subject: [PATCH] try to deal with font sizes; font-style: italic for em --- edgware/templates/view_article.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/edgware/templates/view_article.html b/edgware/templates/view_article.html index 5ee2bf0..2127c6a 100644 --- a/edgware/templates/view_article.html +++ b/edgware/templates/view_article.html @@ -16,6 +16,10 @@ p { padding: 0px; } +em { + font-style: italic; +} + .canvas { position: relative; height: {{ height|make_really_big:m }};