From 4ab47ef67a35e50e562fad2c5eb7fd8a1476ac83 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 7 Feb 2017 16:26:25 -0800 Subject: [PATCH] NewsGrid media-object fix. --- e107_plugins/news/templates/news_grid_template.php | 2 +- e107_themes/voux/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/news/templates/news_grid_template.php b/e107_plugins/news/templates/news_grid_template.php index 8db086301..84a5bbc52 100644 --- a/e107_plugins/news/templates/news_grid_template.php +++ b/e107_plugins/news/templates/news_grid_template.php @@ -58,7 +58,7 @@
  • diff --git a/e107_themes/voux/style.css b/e107_themes/voux/style.css index a7243bc8e..7d507ff04 100644 --- a/e107_themes/voux/style.css +++ b/e107_themes/voux/style.css @@ -23,6 +23,7 @@ a:hover { color: #000000; } img { max-width:100%} +img.media-object { max-width: inherit} table label.checkbox { margin-left: 20px;