From 25da842c5e076285284cafed4e7f2a2c1f8c5a2b Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 21 Jan 2013 13:15:25 -0800 Subject: [PATCH] Removed generic h1,h2,h3 etc. css defaults which shouldn't be there. --- e107_plugins/news/templates/news_template.php | 8 ++++---- e107_web/css/e107.css | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/e107_plugins/news/templates/news_template.php b/e107_plugins/news/templates/news_template.php index 67d1de208..2a5a4985b 100644 --- a/e107_plugins/news/templates/news_template.php +++ b/e107_plugins/news/templates/news_template.php @@ -49,19 +49,19 @@ $NEWS_TEMPLATE['view']['item'] = '
-
+

{NEWSTITLE} -

+
{NEWSDATE=short}   {NEWSAUTHOR}
-
+

{NEWSIMAGE} {NEWSBODY} {EXTENDED} -

+

diff --git a/e107_web/css/e107.css b/e107_web/css/e107.css index 7cb8d06b7..1d83a5be1 100644 --- a/e107_web/css/e107.css +++ b/e107_web/css/e107.css @@ -121,10 +121,7 @@ p { } p.bbcode { margin: 10px 0px; text-indent: 15px; } /* override if requried */ p:first-letter {} -h1, h2, h3, h4, h5, h6 { margin: 15px 0px; text-indent: 15px; } -h1 { font-size: 16px; } -h2 { font-size: 14px; } -h3 { font-size: 12px; } + h1.bbcode, h2.bbcode, h3.bbcode, h4.bbcode, h5.bbcode, h6.bbcode { }/* override if requried */