From 99b7032e84cd74db146a654d2820513412e61ba3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 6 Feb 2015 11:55:37 -0800 Subject: [PATCH] Make posted content responsive too. --- e107_themes/bootstrap3/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css index b6eea70da..79f15e600 100644 --- a/e107_themes/bootstrap3/style.css +++ b/e107_themes/bootstrap3/style.css @@ -13,11 +13,11 @@ body { margin-top:20px } - +/* Make posted content images responsive too */ +.bbcode-img { display: block; max-width: 100%; height: auto; } /* Sign in Page */ - .form-signin { max-width: 330px; padding: 15px;