From 573a4fa3a26d63408effc0f8b22aed0345dc54a2 Mon Sep 17 00:00:00 2001 From: Hieu Nguyen Date: Mon, 6 Jan 2014 15:30:15 +0700 Subject: [PATCH] Minor change for Article Images --- source/tpl_t3_bs3_blank/less/joomla.less | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/source/tpl_t3_bs3_blank/less/joomla.less b/source/tpl_t3_bs3_blank/less/joomla.less index a73a37f28d..de7f6ab916 100644 --- a/source/tpl_t3_bs3_blank/less/joomla.less +++ b/source/tpl_t3_bs3_blank/less/joomla.less @@ -123,7 +123,6 @@ // Article Images // ------------------------- - .article-intro, .article-content { @@ -207,13 +206,16 @@ // Reponsive Article Images @media screen and (max-width: @screen-xs-max) { - article img[align=left], .img_caption.left, - article img[align=right], .img_caption.right, - .img-fulltext-left, .img-fulltext-right { - float: none !important; - margin-left: 0; - margin-right: 0; - width: 100% !important; + .article-intro, + .article-content { + img[align=left], .img_caption.left, + img[align=right], .img_caption.right, + .img-fulltext-left, .img-fulltext-right { + float: none !important; + margin-left: 0; + margin-right: 0; + width: 100% !important; + } } }