From 4e513580fa75534261e3458e0245f6e1622c2225 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 3 Mar 2012 18:41:23 +0530 Subject: [PATCH] revert line height nonsense --- edgware/static/css/editor.css | 2 +- edgware/templates/article_frontend.html | 2 +- edgware/templates/view_article.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 6a26869..cee2585 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -12,7 +12,7 @@ body { } p { - line-height: 1; +/* line-height: 1; */ padding: 0px; margin: 0px; } diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index 9087402..c7f3a00 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -20,7 +20,7 @@ body, html { p { - line-height: 100%; +/* line-height: 100%; */ padding: 0px; margin: 0px; } diff --git a/edgware/templates/view_article.html b/edgware/templates/view_article.html index 013690c..affc9f9 100644 --- a/edgware/templates/view_article.html +++ b/edgware/templates/view_article.html @@ -12,7 +12,7 @@ body, html { } p { - line-height: 1; +/* line-height: 1; */ margin: 0px; padding: 0px; }