From d863a515e36d2572c54c1243bf68b8dd7b5fdad5 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 3 Mar 2012 20:44:54 +0530 Subject: [PATCH] put back line heights --- edgware/static/css/editor.css | 4 ++-- edgware/templates/article_frontend.html | 4 ++-- edgware/templates/view_article.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 162f60d..d062bbf 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; } @@ -20,7 +20,7 @@ p { p span { padding: 0px; margin: 0px; -/* line-height: 100%; */ + line-height: 100%; } #ajaxBusy { diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index bfb7114..a6f2914 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -20,13 +20,13 @@ body, html { p { -/* line-height: 100%; */ + line-height: 100%; padding: 0px; margin: 0px; } p span { -/* line-height: 100%; */ + line-height: 100%; } .canvas { diff --git a/edgware/templates/view_article.html b/edgware/templates/view_article.html index 4101c42..f2f8ec8 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 {