Skip to content

Commit

Permalink
Minor change for Article Images
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Jan 6, 2014
1 parent c5a761c commit 573a4fa
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions source/tpl_t3_bs3_blank/less/joomla.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@

// Article Images
// -------------------------

.article-intro,
.article-content {

Expand Down Expand Up @@ -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;
}
}
}

Expand Down

0 comments on commit 573a4fa

Please sign in to comment.