From 51ce94b389e64f090b70d25b29f201683fdd8016 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 12 Dec 2016 13:02:17 -0800 Subject: [PATCH] Some basic bootstrap styling in the News Categories shortcode. --- e107_core/shortcodes/single/news_categories.sc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_core/shortcodes/single/news_categories.sc b/e107_core/shortcodes/single/news_categories.sc index 99bfd8921..8c63b8e16 100644 --- a/e107_core/shortcodes/single/news_categories.sc +++ b/e107_core/shortcodes/single/news_categories.sc @@ -61,7 +61,7 @@ $nbr_cols = (defined("NEWSCAT_COLS")) ? NEWSCAT_COLS : $nbr_cols; { $NEWSCAT_ITEM = "
- +
@@ -85,7 +85,7 @@ $nbr_cols = (defined("NEWSCAT_COLS")) ? NEWSCAT_COLS : $nbr_cols; } if(!defined("NEWSCAT_STYLE")) { - define("NEWSCAT_STYLE","width:96%"); + define("NEWSCAT_STYLE",''); } if(!defined("NEWSCAT_CATICON")) { @@ -131,7 +131,7 @@ $nbr_cols = (defined("NEWSCAT_COLS")) ? NEWSCAT_COLS : $nbr_cols; $text3 = "\n\n\n
-
+
\n"; $t = 0; $wid = floor(100/$nbr_cols);