From 2245ff7127e643582ec5325caf4c179cbf7213e5 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 21 Jan 2014 13:46:35 -0800 Subject: [PATCH] News List styling fix. --- e107_plugins/news/templates/news_template.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/e107_plugins/news/templates/news_template.php b/e107_plugins/news/templates/news_template.php index 0a23f323c..7f1103221 100644 --- a/e107_plugins/news/templates/news_template.php +++ b/e107_plugins/news/templates/news_template.php @@ -24,7 +24,7 @@ $NEWS_MENU_TEMPLATE['list']['end'] = ''; // Template/CSS to be reviewed for best bootstrap implementation $NEWS_TEMPLATE['list']['caption'] = '{NEWSCATEGORY}'; -$NEWS_TEMPLATE['list']['start'] = '{SETIMAGE: w=400&h=300&crop=1}'; +$NEWS_TEMPLATE['list']['start'] = '{SETIMAGE: w=400&h=350&crop=1}'; $NEWS_TEMPLATE['list']['end'] = ''; $NEWS_TEMPLATE['list']['item'] = ' @@ -35,18 +35,23 @@ $NEWS_TEMPLATE['list']['item'] = '
-

{NEWSTITLELINK}

+

{NEWSTITLELINK}

{NEWSSUMMARY}

- '.LAN_READ_MORE.' + '.LAN_READ_MORE.'

'; + + + + + //$NEWS_MENU_TEMPLATE['list']['separator'] = '
';