From b2738312b7774fd748eb1651b499150e3ac100c0 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 3 Mar 2012 20:35:20 +0530 Subject: [PATCH] uh, 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 9cc0e6b..162f60d 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 a6f2914..bfb7114 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 7758dfc..4101c42 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 {