From 794c32627adfcb09fa2dd2115314b57aad876cc4 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 7 Jan 2017 11:34:46 -0800 Subject: [PATCH] Added max-width on all images, as a precaution for upgraded sites. --- e107_themes/voux/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/voux/style.css b/e107_themes/voux/style.css index 09e87c10c..5b819bd9d 100644 --- a/e107_themes/voux/style.css +++ b/e107_themes/voux/style.css @@ -22,7 +22,7 @@ a:hover { color: #000000; } } - +img { max-width:100%} table label.checkbox { margin-left: 20px;