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 */