From 0e5571c43222939250a2953ae689f4ec76b42872 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 3 Mar 2012 19:46:20 +0530 Subject: [PATCH] set line-height to 100% everywhere --- 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 cee2585..33f4d6c 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -12,7 +12,7 @@ body { } p { -/* line-height: 1; */ + line-height: 100%; padding: 0px; margin: 0px; } diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index c7f3a00..9087402 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 affc9f9..c9a794c 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: 100%; margin: 0px; padding: 0px; }