From b0676478256c0d44c102baf0070c419c9ae38652 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 3 Mar 2012 20:33:24 +0530 Subject: [PATCH] uh, line-heights --- edgware/static/css/editor.css | 2 +- edgware/templates/article_frontend.html | 3 +++ edgware/templates/view_article.html | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index d062bbf..9cc0e6b 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -12,7 +12,7 @@ body { } p { - line-height: 100%; + line-height: 100%; padding: 0px; margin: 0px; } diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index f469952..a6f2914 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -25,6 +25,9 @@ p { margin: 0px; } +p span { + line-height: 100%; +} .canvas { position: relative; diff --git a/edgware/templates/view_article.html b/edgware/templates/view_article.html index f2f8ec8..7758dfc 100644 --- a/edgware/templates/view_article.html +++ b/edgware/templates/view_article.html @@ -12,7 +12,7 @@ body, html { } p { - line-height: 100%; + line-height: 100%; margin: 0px; padding: 0px; } @@ -20,7 +20,7 @@ p { p span { margin: 0px; padding: 0px; - line-height: 100%; + line-height: 100%; } em {